From: Ben Laurie Date: Sun, 28 Jan 2001 20:06:18 +0000 (+0000) Subject: Make docs target work. X-Git-Tag: APACHE_2_0_BETA_CANDIDATE_1~49 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=09dcf522a3215a3e399a04efafe67e54caae910d;p=thirdparty%2Fapache%2Fhttpd.git Make docs target work. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87898 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/Makefile.in b/Makefile.in index b45ffc373a1..3a7308e5b80 100644 --- a/Makefile.in +++ b/Makefile.in @@ -47,9 +47,9 @@ install-conf: htdocs-srcdir = docs/docroot -docs: include/*.h +docs:: mkdir -p ./docs/api - srclib/apr/helpers/scandoc -ihelpers/default.pl -p./docs/api/ ./include/*.h + srclib/apr/helpers/scandoc -isrclib/apr/helpers/default.pl -p./docs/api/ ./include/*.h install-htdocs: @echo Installing HTML documents