From d6e6350523c703aab81496a89775c96866c1e935 Mon Sep 17 00:00:00 2001 From: Alexander Barton Date: Fri, 22 Jul 2005 21:00:22 +0000 Subject: [PATCH] New subdirectory "src" for the source code documentation, and new make target "srcdoc" to generate the documentation using Doxygen. --- doc/Makefile.am | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/doc/Makefile.am b/doc/Makefile.am index 3c609a9e..d40be815 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.19 2005/07/08 16:19:03 alex Exp $ +# $Id: Makefile.am,v 1.20 2005/07/22 21:00:22 alex Exp $ # +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 @@ -39,4 +41,7 @@ install-data-hook: uninstall-hook: rm -rf $(DESTDIR)$(docdir) +srcdoc: + make -C src srcdoc + # -eof- -- 2.39.2