New subdirectory "src" for the source code documentation, and new make

target "srcdoc" to generate the documentation using Doxygen.
This commit is contained in:
Alexander Barton 2005-07-22 21:00:22 +00:00
parent 7036111a6c
commit d6e6350523
1 changed files with 6 additions and 1 deletions

View 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.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-