]> granicus.if.org Git - apache/commitdiff
Install the manual correctly.
authorRyan Bloom <rbb@apache.org>
Thu, 7 Dec 2000 03:22:41 +0000 (03:22 +0000)
committerRyan Bloom <rbb@apache.org>
Thu, 7 Dec 2000 03:22:41 +0000 (03:22 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87240 13f79535-47bb-0310-9956-ffa450edef68

Makefile.in

index 44a844464f650e514a8ba8af6267d03f5f945327..06599b07f4972c5b73b669ae04c38876e397373a 100644 (file)
@@ -54,6 +54,8 @@ install-htdocs:
        @echo Installing HTML documents
        @test -d $(htdocsdir) || $(MKINSTALLDIRS) $(htdocsdir)
        @test -d $(htdocs-srcdir) && (cd $(htdocs-srcdir) && cp -rp * $(htdocsdir))
+        @test -d $(htdocsdir)/manual || $(MKINSTALLDIRS) $(htdocsdir)/manual
+        @test -d docs/manual && (cd docs/manual && cp -rp * $(htdocsdir)/manual)
 
 install-icons:
        @echo Installing icons