summaryrefslogtreecommitdiff
path: root/NWGNUmakefile
diff options
context:
space:
mode:
authorRainer Jung <rjung@apache.org>2011-11-11 02:32:19 +0000
committerRainer Jung <rjung@apache.org>2011-11-11 02:32:19 +0000
commit67b5ac9664df026b6c4b8fe2506d0189bd02c829 (patch)
treebe9a459f269a37225f81df332e53954b8e246813 /NWGNUmakefile
parent02d93987f17a9e298733d244c55ffd5885c21af8 (diff)
downloadhttpd-67b5ac9664df026b6c4b8fe2506d0189bd02c829.tar.gz
Fix installation of conf/extra/proxy-html.conf.
Otherwise httpd does no longer start, because it is the only extra file required in the main config at the moment. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1200699 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'NWGNUmakefile')
-rw-r--r--NWGNUmakefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/NWGNUmakefile b/NWGNUmakefile
index f120e85b1c..732935bce4 100644
--- a/NWGNUmakefile
+++ b/NWGNUmakefile
@@ -416,6 +416,7 @@ install :: nlms instscripts FORCE
$(call MKCNF,docs/conf/extra/httpd-userdir.conf.in, $(INSTALLBASE)/conf/extra/httpd-userdir.conf)
$(call MKCNF,docs/conf/extra/httpd-vhosts.conf.in, $(INSTALLBASE)/conf/extra/httpd-vhosts.conf)
$(call MKCNF,docs/conf/extra/httpd-ssl.conf.in, $(INSTALLBASE)/conf/extra/httpd-ssl.conf)
+ $(call MKCNF,docs/conf/extra/proxy-html.conf.in, $(INSTALLBASE)/conf/extra/proxy-html.conf)
$(call COPYR,docs/docroot, $(INSTALLBASE)/htdocs)
$(call COPYR,docs/error, $(INSTALLBASE)/error)
$(call COPYR,docs/icons, $(INSTALLBASE)/icons)