2005-07-22 20:58:22 +00:00
|
|
|
#
|
|
|
|
# ngIRCd -- The Next Generation IRC Daemon
|
2011-03-19 13:56:05 +00:00
|
|
|
# Copyright (c)2001-2011 Alexander Barton (alex@barton.de) and Contributors.
|
2005-07-22 20:58:22 +00:00
|
|
|
#
|
|
|
|
# This program is free software; you can redistribute it and/or modify
|
|
|
|
# it under the terms of the GNU General Public License as published by
|
|
|
|
# the Free Software Foundation; either version 2 of the License, or
|
|
|
|
# (at your option) any later version.
|
|
|
|
# Please read the file COPYING, README and AUTHORS for more information.
|
|
|
|
#
|
2008-11-13 22:17:32 +00:00
|
|
|
|
2011-03-19 13:56:05 +00:00
|
|
|
EXTRA_DIST = Doxyfile footer.inc.html
|
2005-07-22 20:58:22 +00:00
|
|
|
|
2006-04-08 16:35:03 +00:00
|
|
|
maintainer-clean-local:
|
|
|
|
rm -f Makefile Makefile.in
|
|
|
|
|
2005-07-22 20:58:22 +00:00
|
|
|
distclean-local:
|
2006-12-28 14:04:28 +00:00
|
|
|
rm -rf html
|
2005-07-22 20:58:22 +00:00
|
|
|
|
|
|
|
srcdoc:
|
|
|
|
@doxygen --version >/dev/null 2>&1 \
|
|
|
|
|| ( echo; echo "Error: \"doxygen\" not found!"; echo; exit 1 )
|
|
|
|
doxygen
|
|
|
|
|
|
|
|
# -eof-
|