]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
added two more files to the dist target.
authorGuenter Knauf <fuankg@apache.org>
Mon, 6 Aug 2007 17:58:15 +0000 (17:58 +0000)
committerGuenter Knauf <fuankg@apache.org>
Mon, 6 Aug 2007 17:58:15 +0000 (17:58 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@563206 13f79535-47bb-0310-9956-ffa450edef68

NWGNUmakefile

index cd74c31b2c8bf445ef72a87cc6109cc1100a0088..b0fd434ae87b1de20ff8552b238fb5800c5261c9 100644 (file)
@@ -335,8 +335,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