summaryrefslogtreecommitdiff
path: root/NWGNUmakefile
diff options
context:
space:
mode:
authorGuenter Knauf <fuankg@apache.org>2007-08-06 17:58:37 +0000
committerGuenter Knauf <fuankg@apache.org>2007-08-06 17:58:37 +0000
commit1e93b6b0dd6274ebe63d9e117bef8ad781d18870 (patch)
tree09af492c1fd8ab27617b039e84d4db17740a7a8b /NWGNUmakefile
parent84e052b8c99186748440a4a37c6c74fa7627f49e (diff)
downloadhttpd-1e93b6b0dd6274ebe63d9e117bef8ad781d18870.tar.gz
added two more files to the dist target.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@563207 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'NWGNUmakefile')
-rw-r--r--NWGNUmakefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/NWGNUmakefile b/NWGNUmakefile
index ede2ea74a6..7cc5f138f1 100644
--- a/NWGNUmakefile
+++ b/NWGNUmakefile
@@ -328,8 +328,10 @@ install :: nlms FORCE
-copy STATUS $(INSTALL)\$(BASEDIR)\*.*
-copy LICENSE $(INSTALL)\$(BASEDIR)\*.*
-copy CHANGES $(INSTALL)\$(BASEDIR)\*.*
+ -copy VERSIONING $(INSTALL)\$(BASEDIR)\*.*
-copy support\dbmmanage.in $(INSTALL)\$(BASEDIR)\bin\dbmmanage.pl
-copy support\logresolve.pl.in $(INSTALL)\$(BASEDIR)\bin\logresolve.pl
+ -copy support\split-logfile.in $(INSTALL)\$(BASEDIR)\bin\split-logfile.pl
-$(AWK) -v BDIR=$(BASEDIR) -v PORT=$(PORT) -v SSLPORT=$(SSLPORT) -v MODSSL=$(WITH_MOD_SSL) -v BSDSKT=$(USE_STDSOCKETS) -f build\mkconfnw.awk docs\conf\httpd.conf.in >$(INSTALL)\$(BASEDIR)\conf\httpd.conf
$(CHKNOT) $(INSTALL)\$(BASEDIR)\conf\extra\nul mkdir $(INSTALL)\$(BASEDIR)\conf\extra
-$(AWK) -v BDIR=$(BASEDIR) -f build\mkconfnw.awk docs\conf\extra\httpd-autoindex.conf.in >$(INSTALL)\$(BASEDIR)\conf\extra\httpd-autoindex.conf