]> granicus.if.org Git - apache/blobdiff - NWGNUmakefile
igalic reminded me that AllowOverride now defaults to none, and Options
[apache] / NWGNUmakefile
index b30ada8d7e1912780f47de6f13e9730d2981a162..344b35ae3265dda4926f5efce20710d3f0345315 100644 (file)
@@ -419,10 +419,10 @@ install :: nlms instscripts FORCE
        -$(AWK) -v BDIR=$(BASEDIR) -v PORT=$(PORT) -f build/mkconfNW.awk docs/conf/extra/httpd-vhosts.conf.in >$(INSTALL)/$(BASEDIR)/conf/extra/httpd-vhosts.conf
        -$(AWK) -v BDIR=$(BASEDIR) -v SSLPORT=$(SSLPORT) -f build/mkconfNW.awk docs/conf/extra/httpd-ssl.conf.in >$(INSTALL)/$(BASEDIR)/conf/extra/httpd-ssl.conf
        $(call COPYR,docs/docroot,               $(INSTALL)/$(BASEDIR)/htdocs)
-       $(call COPYR,docs/error,                 $(INSTALL)/$(BASEDIR)/)
-       $(call COPYR,docs/icons,                 $(INSTALL)/$(BASEDIR)/)
-       $(call COPYR,docs/man,                   $(INSTALL)/$(BASEDIR)/)
-       $(call COPYR,docs/manual,                $(INSTALL)/$(BASEDIR)/)
+       $(call COPYR,docs/error,                 $(INSTALL)/$(BASEDIR)/error)
+       $(call COPYR,docs/icons,                 $(INSTALL)/$(BASEDIR)/icons)
+       $(call COPYR,docs/man,                   $(INSTALL)/$(BASEDIR)/man)
+       $(call COPYR,docs/manual,                $(INSTALL)/$(BASEDIR)/manual)
 
 installdev :: FORCE
        $(call COPY,$(SRC)/include/*.h,          $(INSTALL)/$(BASEDIR)/include/)