From 09dcf522a3215a3e399a04efafe67e54caae910d Mon Sep 17 00:00:00 2001 From: Ben Laurie Date: Sun, 28 Jan 2001 20:06:18 +0000 Subject: [PATCH] Make docs target work. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87898 13f79535-47bb-0310-9956-ffa450edef68 --- Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.in b/Makefile.in index b45ffc373a..3a7308e5b8 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 -- 2.40.0