From: Guenter Knauf Date: Wed, 23 Jan 2013 20:11:13 +0000 (+0000) Subject: Added httpd-macro.conf to NetWare install. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3bda7b1f0f3ac6739a915d01f91b3162cb32f293;p=thirdparty%2Fapache%2Fhttpd.git Added httpd-macro.conf to NetWare install. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1437696 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/NWGNUmakefile b/NWGNUmakefile index 6b3db0749b6..46788800560 100644 --- a/NWGNUmakefile +++ b/NWGNUmakefile @@ -416,6 +416,7 @@ install :: nlms instscripts FORCE $(call MKCNF,docs/conf/extra/httpd-default.conf.in, $(INSTALLBASE)/conf/extra/httpd-default.conf) $(call MKCNF,docs/conf/extra/httpd-info.conf.in, $(INSTALLBASE)/conf/extra/httpd-info.conf) $(call MKCNF,docs/conf/extra/httpd-languages.conf.in, $(INSTALLBASE)/conf/extra/httpd-languages.conf) + $(call MKCNF,docs/conf/extra/httpd-macro.conf.in, $(INSTALLBASE)/conf/extra/httpd-macro.conf) $(call MKCNF,docs/conf/extra/httpd-manual.conf.in, $(INSTALLBASE)/conf/extra/httpd-manual.conf) $(call MKCNF,docs/conf/extra/httpd-mpm.conf.in, $(INSTALLBASE)/conf/extra/httpd-mpm.conf) $(call MKCNF,docs/conf/extra/httpd-multilang-errordoc.conf.in, $(INSTALLBASE)/conf/extra/httpd-multilang-errordoc.conf)