X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=doc%2Fsrc%2FMakefile.am;h=0eaa80d7086d5224970174a09c8f210e778c783d;hb=25dd193e9b49b38db39cf549f94df4ba11812fe9;hp=a3992693f5c28d55d91eb0aaeabe52074ac75445;hpb=7036111a6c567d7283c43de12f32ce1083413315;p=ngircd-alex.git diff --git a/doc/src/Makefile.am b/doc/src/Makefile.am index a3992693..0eaa80d7 100644 --- a/doc/src/Makefile.am +++ b/doc/src/Makefile.am @@ -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 \