X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2FMakefile.am;h=24929f3272ba30be2ba203277a1d31b4435762fc;hb=f99f9a8f02390e8d49dbaad478678a0427872f5e;hp=92f1b2e7476bf11ce4707e59e013c97e5bdadb55;hpb=811ac48bd2bfb919a90c44eb7d3fff11da5668d4;p=ngircd-alex.git diff --git a/src/Makefile.am b/src/Makefile.am index 92f1b2e7..24929f32 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -8,7 +8,7 @@ # (at your option) any later version. # Please read the file COPYING, README and AUTHORS for more information. # -# $Id: Makefile.am,v 1.6 2005/04/09 12:22:41 alex Exp $ +# $Id: Makefile.am,v 1.7 2005/07/22 21:01:03 alex Exp $ # SUBDIRS = portab tool ngircd testsuite @@ -16,9 +16,4 @@ SUBDIRS = portab tool ngircd testsuite maintainer-clean-local: rm -f Makefile Makefile.in config.h config.h.in stamp-h.in -srcdoc: - @doxygen --version >/dev/null 2>&1 \ - || ( echo; echo "Error: \"doxygen\" not found!"; echo; exit 1 ) - doxygen - # -eof-