]> arthur.barton.de Git - ngircd-alex.git/blobdiff - doc/src/Makefile.am
Move "ClientHost" and "ClientUserNick" to end of [Global] section
[ngircd-alex.git] / doc / src / Makefile.am
index a3992693f5c28d55d91eb0aaeabe52074ac75445..0eaa80d7086d5224970174a09c8f210e778c783d 100644 (file)
@@ -1,6 +1,6 @@
 #
 # ngIRCd -- The Next Generation IRC Daemon
-# Copyright (c)2001,2002 by Alexander Barton (alex@barton.de)
+# Copyright (c)2001-2008 Alexander Barton (alex@barton.de)
 #
 # 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
@@ -8,11 +8,14 @@
 # (at your option) any later version.
 # Please read the file COPYING, README and AUTHORS for more information.
 #
-# $Id: Makefile.am,v 1.1 2005/07/22 20:58:22 alex Exp $
-#
+
+EXTRA_DIST = Doxyfile header.inc.html footer.inc.html ngircd-doc.css
+
+maintainer-clean-local:
+       rm -f Makefile Makefile.in
 
 distclean-local:
-       rm -f html
+       rm -rf html
 
 srcdoc:
        @doxygen --version >/dev/null 2>&1 \