From 57dbb4fc83ac8fd6f087ba581c3ea7448c20d2a7 Mon Sep 17 00:00:00 2001 From: Ryan Bloom Date: Mon, 14 Aug 2000 02:54:41 +0000 Subject: [PATCH] Add a make directive for making the documentation git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86069 13f79535-47bb-0310-9956-ffa450edef68 --- Makefile.in | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile.in b/Makefile.in index 989fe9741b..c0445b70aa 100644 --- a/Makefile.in +++ b/Makefile.in @@ -47,6 +47,10 @@ install-conf: htdocs-srcdir = $(srcdir)/../htdocs +docs: include/*.h + mkdir -p ./docs/api + lib/apr/helpers/scandoc -ihelpers/default.pl -p./docs/api/ ./include/*.h + install-htdocs: @echo Installing HTML documents @test -d $(htdocsdir) || $(MKINSTALLDIRS) $(htdocsdir) -- 2.50.1