]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Add a make directive for making the documentation
authorRyan Bloom <rbb@apache.org>
Mon, 14 Aug 2000 02:54:41 +0000 (02:54 +0000)
committerRyan Bloom <rbb@apache.org>
Mon, 14 Aug 2000 02:54:41 +0000 (02:54 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86069 13f79535-47bb-0310-9956-ffa450edef68

Makefile.in

index 989fe9741be73167b204e32f56bf48f1f27ba683..c0445b70aaba47b789755056c363d6d6f4c7270e 100644 (file)
@@ -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)