repo: ngircd
action: commit
revision: 
path_from: 
revision_from: d6e6350523c703aab81496a89775c96866c1e935:
path_to: 
revision_to: 
git.thebackupbox.net
ngircd
git clone git://git.thebackupbox.net/ngircd
commit d6e6350523c703aab81496a89775c96866c1e935
Author: Alexander Barton 
Date:   Fri Jul 22 21:00:22 2005 +0000

    New subdirectory "src" for the source code documentation, and new make
    target "srcdoc" to generate the documentation using Doxygen.

diff --git a/doc/Makefile.am b/doc/Makefile.am
index 3c609a9e137f9931b4a0a9e653c46d1ed23b95cc..
index ..d40be81529f2172d557da00847e97ea4dd8878b4 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-

-----END OF PAGE-----