Skip to content

Commit 5a21672

Browse files
author
Bradley Nicholes
committed
Fixing up the distribution and install section of the NetWare make files
Submitted by: Guenter Knauf git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94863 13f79535-47bb-0310-9956-ffa450edef68
1 parent ba2e096 commit 5a21672

2 files changed

Lines changed: 6 additions & 3 deletions

File tree

NWGNUmakefile

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -302,16 +302,19 @@ nlms :: libs $(TARGET_nlm)
302302
# correct place. (See $(AP_WORK)\build\NWGNUhead.inc for examples)
303303
#
304304
install :: nlms FORCE
305-
copy $(OBJDIR)\Apache2.nlm $(INSTALL)\Apache2\*.*
305+
-copy $(OBJDIR)\Apache2.nlm $(INSTALL)\Apache2\*.*
306306
-copy ABOUT_APACHE $(INSTALL)\Apache2\*.*
307307
-copy README $(INSTALL)\Apache2\*.*
308308
-copy STATUS $(INSTALL)\Apache2\*.*
309309
-copy LICENSE $(INSTALL)\Apache2\*.*
310+
-copy CHANGES $(INSTALL)\Apache2\*.*
311+
-copy support\dbmmanage.in $(INSTALL)\Apache2\dbmmanage.pl
312+
-copy support\logresolve.pl.in $(INSTALL)\Apache2\logresolve.pl
310313
-awk -f build\mkconfnw.awk docs\conf\httpd-std.conf.in >$(INSTALL)\Apache2\conf\httpd.conf
311314
-copy docs\conf\magic $(INSTALL)\Apache2\conf\magic
312315
-copy docs\conf\mime.types $(INSTALL)\Apache2\conf\mime.types
316+
-copy docs\cgi-examples\printenv $(INSTALL)\Apache2\cgi-bin\printenv.pl
313317
@echo rem copying the docs directories > xc.bat
314-
@echo xcopy docs\cgi-examples $(INSTALL)\Apache2\cgi-examples /E >> xc.bat
315318
@echo xcopy docs\error $(INSTALL)\Apache2\error /E >> xc.bat
316319
@echo xcopy docs\docroot $(INSTALL)\Apache2\htdocs /E >> xc.bat
317320
@echo xcopy docs\icons $(INSTALL)\Apache2\icons /E >> xc.bat

build/NWGNUenvironment.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ INSTDEVDIRS := \
189189

190190
INSTDIRS += \
191191
$(INSTALL)\Apache2 \
192-
$(INSTALL)\Apache2\cgi-examples \
192+
$(INSTALL)\Apache2\cgi-bin \
193193
$(INSTALL)\Apache2\conf \
194194
$(INSTALL)\Apache2\error \
195195
$(INSTALL)\Apache2\error\include \

0 commit comments

Comments
 (0)