From: Ryan Bloom Date: Thu, 7 Dec 2000 03:22:41 +0000 (+0000) Subject: Install the manual correctly. X-Git-Tag: APACHE_2_0_ALPHA_9~56 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0c44f97b0a90fffb8b2e990e60cf2ffa42db4b08;p=thirdparty%2Fapache%2Fhttpd.git Install the manual correctly. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87240 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/Makefile.in b/Makefile.in index 44a844464f6..06599b07f49 100644 --- a/Makefile.in +++ b/Makefile.in @@ -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