File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -302,16 +302,19 @@ nlms :: libs $(TARGET_nlm)
302302# correct place. (See $(AP_WORK)\build\NWGNUhead.inc for examples)
303303#
304304install :: 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
Original file line number Diff line number Diff line change @@ -189,7 +189,7 @@ INSTDEVDIRS := \
189189
190190INSTDIRS += \
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 \
You can’t perform that action at this time.
0 commit comments