diff options
| author | Alexander Barton <alex@barton.de> | 2005-07-22 21:01:03 +0000 |
|---|---|---|
| committer | Alexander Barton <alex@barton.de> | 2005-07-22 21:01:03 +0000 |
| commit | 68dc35b548fd6ff3b50944409b0c4de66a03cf65 (patch) | |
| tree | 975195d2633bee4ca8ac0ae1f4da58df974193ce /src/Makefile.am | |
| parent | d6e6350523c703aab81496a89775c96866c1e935 (diff) | |
| download | ngircd-68dc35b548fd6ff3b50944409b0c4de66a03cf65.tar.gz ngircd-68dc35b548fd6ff3b50944409b0c4de66a03cf65.zip | |
Removed "srcdoc" target for src/ tree (now in doc/ subdirectory).
Diffstat (limited to 'src/Makefile.am')
| -rw-r--r-- | src/Makefile.am | 7 |
1 files changed, 1 insertions, 6 deletions
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- |