summaryrefslogtreecommitdiff
path: root/NWGNUmakefile
diff options
context:
space:
mode:
authorGuenter Knauf <fuankg@apache.org>2009-07-06 16:22:49 +0000
committerGuenter Knauf <fuankg@apache.org>2009-07-06 16:22:49 +0000
commit7c6ad1685b0d7827178c1c42fcd5d8fa8267ba68 (patch)
tree6a0f8334ea9bf2f2aefed20b96e46784fb6919e5 /NWGNUmakefile
parent5919659e183782051ff5831aa8c79ee7272a5125 (diff)
downloadhttpd-7c6ad1685b0d7827178c1c42fcd5d8fa8267ba68.tar.gz
added start/stop scripts to installation.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@791533 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'NWGNUmakefile')
-rw-r--r--NWGNUmakefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/NWGNUmakefile b/NWGNUmakefile
index 326c09fc34..9a1b3c500a 100644
--- a/NWGNUmakefile
+++ b/NWGNUmakefile
@@ -329,7 +329,7 @@ nlms :: libs $(TARGET_nlm)
# Updated this target to create necessary directories and copy files to the
# correct place. (See $(AP_WORK)\build\NWGNUhead.inc for examples)
#
-install :: nlms FORCE
+install :: nlms instscripts FORCE
-copy $(OBJDIR)\Apache2.nlm $(INSTALL)\$(BASEDIR)\*.*
-copy ABOUT_APACHE $(INSTALL)\$(BASEDIR)\*.*
-copy README $(INSTALL)\$(BASEDIR)\*.*
@@ -394,4 +394,6 @@ vpath %.c modules/core:os/netware:server/mpm/netware:$(PCRESDK)
include $(AP_WORK)\build\NWGNUtail.inc
+include $(AP_WORK)\build\NWGNUscripts.inc
+