diff options
author | Bradley Nicholes <bnicholes@apache.org> | 2002-03-12 22:01:08 +0100 |
---|---|---|
committer | Bradley Nicholes <bnicholes@apache.org> | 2002-03-12 22:01:08 +0100 |
commit | e73c68da89e7f586f0b93afbe9607dfe8090063c (patch) | |
tree | b4f7d972cb7e00f248db1f1f4c49ab3a1809c93b /NWGNUmakefile | |
parent | fold duplication of SSL{Proxy}Protocol directives into (diff) | |
download | apache2-e73c68da89e7f586f0b93afbe9607dfe8090063c.tar.xz apache2-e73c68da89e7f586f0b93afbe9607dfe8090063c.zip |
Added the AWK script to the build that generates the default HTTPD.conf file
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93867 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'NWGNUmakefile')
-rw-r--r-- | NWGNUmakefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/NWGNUmakefile b/NWGNUmakefile index 39af31185e..93652e5d83 100644 --- a/NWGNUmakefile +++ b/NWGNUmakefile @@ -308,7 +308,7 @@ install :: nlms FORCE -copy STATUS $(INSTALL)\Apache2\*.* -copy LICENSE $(INSTALL)\Apache2\*.* -copy docs\cgi-examples\*. $(INSTALL)\Apache2\cgi-examples\*.* - -copy docs\conf\httpd-std.conf $(INSTALL)\Apache2\conf\httpd.conf + -awk -f build\mkconfnw.awk docs\conf\httpd-std.conf >$(INSTALL)\Apache2\conf\httpd.conf -copy docs\conf\magic $(INSTALL)\Apache2\conf\magic -copy docs\conf\mime.types $(INSTALL)\Apache2\conf\mime.types -copy docs\error\*.* $(INSTALL)\Apache2\error\*.* |