From 68dc35b548fd6ff3b50944409b0c4de66a03cf65 Mon Sep 17 00:00:00 2001 From: Alexander Barton Date: Fri, 22 Jul 2005 21:01:03 +0000 Subject: Removed "srcdoc" target for src/ tree (now in doc/ subdirectory). --- src/Makefile.am | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'src/Makefile.am') 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- -- cgit 1.4.1