X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=ngircd-alex.git;a=blobdiff_plain;f=doc%2FMakefile.am;h=4b7ca8de894160b0d41218dcfaf3ff2b26189ee7;hp=5039d4024115badbed0ef2d43b4e07983b2c1011;hb=3f873b0c39cfc466ae44602f4cec39dae98c6d8b;hpb=ca33cbda05902b0009058d369f88c0a7a43b1bbe diff --git a/doc/Makefile.am b/doc/Makefile.am index 5039d402..4b7ca8de 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -9,18 +9,20 @@ # 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.9 2002/09/02 21:05:36 alex Exp $ # -EXTRA_DIST = CC-Speed.txt CVS.txt FAQ.txt README-AUX.txt README-BeOS.txt \ - RFC.txt sample-ngircd.conf +SUBDIRS = en + +EXTRA_DIST = CC-Speed.txt CVS.txt FAQ.txt Protocol.txt README-AUX.txt \ + README-BeOS.txt RFC.txt sample-ngircd.conf maintainer-clean-local: rm -f Makefile Makefile.in 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