X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=doc%2FMakefile.am;h=d40be81529f2172d557da00847e97ea4dd8878b4;hb=e708790566cd2874c8332cde7779ff6eef5f9c3c;hp=1529d65144e61d0a0dff9a13b71e7a52ae092154;hpb=8e43b16d22bc936d4d76f752e5e6515424273c66;p=ngircd-alex.git diff --git a/doc/Makefile.am b/doc/Makefile.am index 1529d651..d40be815 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -9,15 +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.16 2003/04/21 08:01:29 alex Exp $ +# $Id: Makefile.am,v 1.20 2005/07/22 21:00:22 alex Exp $ # -EXTRA_DIST = CVS.txt FAQ.txt Protocol.txt README-AUX.txt \ - README-BeOS.txt RFC.txt sample-ngircd.conf +SUBDIRS = src + +EXTRA_DIST = CVS.txt FAQ.txt Protocol.txt Platforms.txt README-AUX.txt \ + README-BeOS.txt RFC.txt Zeroconf.txt sample-ngircd.conf maintainer-clean-local: rm -f Makefile Makefile.in +distclean-local: + rm -rf src + docdir = $(datadir)/doc/$(PACKAGE) documents = $(EXTRA_DIST) ../AUTHORS ../COPYING ../ChangeLog ../INSTALL \ @@ -36,4 +41,7 @@ install-data-hook: uninstall-hook: rm -rf $(DESTDIR)$(docdir) +srcdoc: + make -C src srcdoc + # -eof-