From: Alexander Barton Date: Fri, 22 Jul 2005 21:01:52 +0000 (+0000) Subject: Moved "srcdoc" target from src/Makefile to doc/Makefile. X-Git-Tag: rel-0-10-0-pre1~146 X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=ngircd-alex.git;a=commitdiff_plain;h=317841529b31f50ed31c6f2af30edeee0f7e4fae Moved "srcdoc" target from src/Makefile to doc/Makefile. --- diff --git a/Makefile.am b/Makefile.am index 627967cd..790f0df0 100644 --- a/Makefile.am +++ b/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.16 2005/04/09 12:27:40 alex Exp $ +# $Id: Makefile.am,v 1.17 2005/07/22 21:01:52 alex Exp $ # AUTOMAKE_OPTIONS = gnu @@ -28,7 +28,7 @@ lint: make -C src/ngircd lint srcdoc: - make -C src srcdoc + make -C doc srcdoc xcode: @xcodebuild -project contrib/MacOSX/ngIRCd.xcode -list >/dev/null 2>&1 \