]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Don't bark at developers which are too lazy to pull down the htdocs
authorSascha Schumann <sascha@apache.org>
Fri, 28 Jul 2000 16:22:32 +0000 (16:22 +0000)
committerSascha Schumann <sascha@apache.org>
Fri, 28 Jul 2000 16:22:32 +0000 (16:22 +0000)
module. ;-)

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85915 13f79535-47bb-0310-9956-ffa450edef68

Makefile.in

index 193e0874e1adedb7a8699ad9ab2b040873939698..6ad8cc8c22a97fbd257c9fdca305337101533432 100644 (file)
@@ -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