File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -308,8 +308,8 @@ install :: nlms FORCE
308308 -copy STATUS $(INSTALL)\Apache2\*.*
309309 -copy LICENSE $(INSTALL)\Apache2\*.*
310310 -copy CHANGES $(INSTALL)\Apache2\*.*
311- -copy support\dbmmanage.in $(INSTALL)\Apache2\dbmmanage.pl
312- -copy support\logresolve.pl.in $(INSTALL)\Apache2\logresolve.pl
311+ -copy support\dbmmanage.in $(INSTALL)\Apache2\bin\ dbmmanage.pl
312+ -copy support\logresolve.pl.in $(INSTALL)\Apache2\bin\ logresolve.pl
313313 -awk -f build\mkconfnw.awk docs\conf\httpd-std.conf.in >$(INSTALL)\Apache2\conf\httpd.conf
314314 -copy docs\conf\magic $(INSTALL)\Apache2\conf\magic
315315 -copy docs\conf\mime.types $(INSTALL)\Apache2\conf\mime.types
Original file line number Diff line number Diff line change @@ -189,27 +189,15 @@ INSTDEVDIRS := \
189189
190190INSTDIRS += \
191191 $(INSTALL )\Apache2 \
192+ $(INSTALL )\Apache2 \bin \
192193 $(INSTALL )\Apache2 \cgi -bin \
193194 $(INSTALL )\Apache2 \conf \
194195 $(INSTALL )\Apache2 \error \
195- $(INSTALL )\Apache2 \error \include \
196196 $(INSTALL )\Apache2 \htdocs \
197197 $(INSTALL )\Apache2 \icons \
198- $(INSTALL )\Apache2 \icons \small \
199198 $(INSTALL )\Apache2 \logs \
200199 $(INSTALL )\Apache2 \man \
201200 $(INSTALL )\Apache2 \manual \
202- $(INSTALL )\Apache2 \manual \developer \
203- $(INSTALL )\Apache2 \manual \faq \
204- $(INSTALL )\Apache2 \manual \howto \
205- $(INSTALL )\Apache2 \manual \images \
206- $(INSTALL )\Apache2 \manual \misc \
207- $(INSTALL )\Apache2 \manual \mod \
208- $(INSTALL )\Apache2 \manual \platform \
209- $(INSTALL )\Apache2 \manual \programs \
210- $(INSTALL )\Apache2 \manual \search \
211- $(INSTALL )\Apache2 \manual \ssl \
212- $(INSTALL )\Apache2 \manual \vhosts \
213201 $(INSTALL )\Apache2 \modules \
214202
215203#
Original file line number Diff line number Diff line change @@ -156,6 +156,7 @@ TARGET_nlm = \
156156 $(OBJDIR)/htdigest.nlm \
157157 $(OBJDIR)/htdbm.nlm \
158158 $(OBJDIR)/logres.nlm \
159+ $(OBJDIR)/rotlogs.nlm \
159160 $(EOLIST)
160161
161162#
@@ -232,7 +233,7 @@ nlms :: libs $(TARGET_nlm)
232233# correct place. (See $(AP_WORK)\build\NWGNUhead.inc for examples)
233234#
234235install :: nlms FORCE
235- copy $(OBJDIR)\*.nlm $(INSTALL)\Apache2\*.*
236+ copy $(OBJDIR)\*.nlm $(INSTALL)\Apache2\bin\ *.*
236237
237238#
238239# Any specialized rules here
You can’t perform that action at this time.
0 commit comments