From: Ryan Bloom Date: Thu, 7 Dec 2000 03:22:41 +0000 (+0000) Subject: Install the manual correctly. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=12c8976463be44a294237037fa707afa53bf7d7d;p=apache 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 44a844464f..06599b07f4 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