diff options
| author | Alexander Barton <alex@barton.de> | 2002-05-09 10:17:05 +0000 |
|---|---|---|
| committer | Alexander Barton <alex@barton.de> | 2002-05-09 10:17:05 +0000 |
| commit | 772de2596d691de225fce294fb37621400732aa2 (patch) | |
| tree | 4d6384e6f0f87413d0c0c71e2dc22c93585f69bf /doc/Makefile.am | |
| parent | be54db83c96e76a20097bb10e1d0b8493828feff (diff) | |
| download | ngircd-772de2596d691de225fce294fb37621400732aa2.tar.gz ngircd-772de2596d691de225fce294fb37621400732aa2.zip | |
- Makefile.am in doc/en wird nun auch erzeugt :-)
Diffstat (limited to 'doc/Makefile.am')
| -rw-r--r-- | doc/Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am index 6a46a34c..bbcefea6 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -9,9 +9,11 @@ # Naehere Informationen entnehmen Sie bitter der Datei COPYING. Eine Liste # der an ngIRCd beteiligten Autoren finden Sie in der Datei AUTHORS. # -# $Id: Makefile.am,v 1.7 2002/03/30 15:33:14 alex Exp $ +# $Id: Makefile.am,v 1.8 2002/05/09 10:17:05 alex Exp $ # +SUBDIRS = en + EXTRA_DIST = CC-Speed.txt CVS.txt FAQ.txt README-AUX.txt README-BeOS.txt \ RFC.txt sample-ngircd.conf |