diff options
author | Guenter Knauf <fuankg@apache.org> | 2013-01-23 21:11:13 +0100 |
---|---|---|
committer | Guenter Knauf <fuankg@apache.org> | 2013-01-23 21:11:13 +0100 |
commit | 4e0211b685a77df8fc5d02902e9b40aca1d56672 (patch) | |
tree | 75d70f0870f94a901a1b08640242675c4d30cb1a /NWGNUmakefile | |
parent | backported (diff) | |
download | apache2-4e0211b685a77df8fc5d02902e9b40aca1d56672.tar.xz apache2-4e0211b685a77df8fc5d02902e9b40aca1d56672.zip |
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
Diffstat (limited to 'NWGNUmakefile')
-rw-r--r-- | NWGNUmakefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/NWGNUmakefile b/NWGNUmakefile index 6b3db0749b..4678880056 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) |