-$(AWK) -v BDIR=$(BASEDIR) -v PORT=$(PORT) -f build/mkconfNW.awk docs/conf/extra/httpd-vhosts.conf.in >$(INSTALL)/$(BASEDIR)/conf/extra/httpd-vhosts.conf
-$(AWK) -v BDIR=$(BASEDIR) -v SSLPORT=$(SSLPORT) -f build/mkconfNW.awk docs/conf/extra/httpd-ssl.conf.in >$(INSTALL)/$(BASEDIR)/conf/extra/httpd-ssl.conf
$(call COPYR,docs/docroot, $(INSTALL)/$(BASEDIR)/htdocs)
- $(call COPYR,docs/error, $(INSTALL)/$(BASEDIR)/)
- $(call COPYR,docs/icons, $(INSTALL)/$(BASEDIR)/)
- $(call COPYR,docs/man, $(INSTALL)/$(BASEDIR)/)
- $(call COPYR,docs/manual, $(INSTALL)/$(BASEDIR)/)
+ $(call COPYR,docs/error, $(INSTALL)/$(BASEDIR)/error)
+ $(call COPYR,docs/icons, $(INSTALL)/$(BASEDIR)/icons)
+ $(call COPYR,docs/man, $(INSTALL)/$(BASEDIR)/man)
+ $(call COPYR,docs/manual, $(INSTALL)/$(BASEDIR)/manual)
installdev :: FORCE
$(call COPY,$(SRC)/include/*.h, $(INSTALL)/$(BASEDIR)/include/)
endif #NO_LICENSE_FILE check
help :
- @echo $(DL)targets for RELEASE=$(RELEASE):
+ @echo $(DL)targets for RELEASE=$(RELEASE):$(DL)
@echo $(DL)(default) . . . . libs nlms$(DL)
@echo $(DL)all . . . . . . . does everything (libs nlms install)$(DL)
@echo $(DL)libs. . . . . . . builds all libs$(DL)
\r
$(INSTALL)/$(BASEDIR)/ap2start.ncf:\r
@echo $(DL)# NCF to start Apache 2.x in own address space$(DL)> $@\r
- @echo $(DL)# Make sure that httpstk isn't listening on 80$(DL)>> $@\r
+ @echo $(DL)# Make sure that httpstk is not listening on 80$(DL)>> $@\r
@echo $(DL)# httpcloseport 80 /silent$(DL)>> $@\r
@echo $(DL)# search add SYS:/$(BASEDIR)$(DL)>> $@\r
@echo $(DL)load address space = $(BASEDIR) SYS:/$(BASEDIR)/apache2$(DL)>> $@\r
$(INSTALL)/$(BASEDIR)/ap2auto.ncf:\r
@echo $(DL)# NCF to start Apache 2.x in own address space$(DL)> $@\r
@echo $(DL)# and let automatically restart in case it crashes$(DL)>> $@\r
- @echo $(DL)# Make sure that httpstk isn't listening on 80$(DL)>> $@\r
+ @echo $(DL)# Make sure that httpstk is not listening on 80$(DL)>> $@\r
@echo $(DL)# httpcloseport 80 /silent$(DL)>> $@\r
@echo $(DL)# search add SYS:/$(BASEDIR)$(DL)>> $@\r
@echo $(DL)restart address space = $(BASEDIR) SYS:/$(BASEDIR)/apache2$(DL)>> $@\r