]> arthur.barton.de Git - ngircd-alex.git/blobdiff - doc/Makefile.am
- Makefile.am in doc/en wird nun auch erzeugt :-)
[ngircd-alex.git] / doc / Makefile.am
index 5039d4024115badbed0ef2d43b4e07983b2c1011..bbcefea6f56811e7ac8218ad497d2ab3675823d4 100644 (file)
@@ -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.6 2002/03/12 14:37:51 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
 
@@ -20,7 +22,7 @@ maintainer-clean-local:
 
 install-data-hook:
        $(mkinstalldirs) $(DESTDIR)$(sysconfdir)
-       if [ ! -e $(DESTDIR)$(sysconfdir)/ngircd.conf ]; then \
+       if [ ! -f $(DESTDIR)$(sysconfdir)/ngircd.conf ]; then \
          $(INSTALL) -m 600 -c $(srcdir)/sample-ngircd.conf $(DESTDIR)$(sysconfdir)/ngircd.conf; \
          fi