From 0c44f97b0a90fffb8b2e990e60cf2ffa42db4b08 Mon Sep 17 00:00:00 2001 From: Ryan Bloom Date: Thu, 7 Dec 2000 03:22:41 +0000 Subject: [PATCH] Install the manual correctly. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87240 13f79535-47bb-0310-9956-ffa450edef68 --- Makefile.in | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.50.1