From: Sascha Schumann Date: Fri, 28 Jul 2000 16:22:32 +0000 (+0000) Subject: Don't bark at developers which are too lazy to pull down the htdocs X-Git-Tag: APACHE_2_0_ALPHA_5~62 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6e9e954a398fd19d6794d860d67fa9365d7d31ec;p=thirdparty%2Fapache%2Fhttpd.git Don't bark at developers which are too lazy to pull down the htdocs module. ;-) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85915 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/Makefile.in b/Makefile.in index 193e0874e1a..6ad8cc8c22a 100644 --- a/Makefile.in +++ b/Makefile.in @@ -44,10 +44,12 @@ install-conf: fi; \ done +htdocs-srcdir = $(srcdir)/../htdocs + install-htdocs: @echo Installing HTML documents @test -d $(htdocsdir) || $(MKINSTALLDIRS) $(htdocsdir) - @(cd $(srcdir)/../htdocs && cp -rp * $(htdocsdir)) + @test -d $(htdocs-srcdir) && (cd $(htdocs-srcdir) && cp -rp * $(htdocsdir)) install-icons: @echo Installing icons