Admin/website/build/main.mak
changeset 16274 fb68cffed61f
parent 16233 e634d33deb86
child 16275 951803bff5b1
equal deleted inserted replaced
16273:3d5256d3f3f4 16274:fb68cffed61f
    95 	echo "DEP_ALLSTATIC=$$allstatic" >> $(DEP_FILE); \
    95 	echo "DEP_ALLSTATIC=$$allstatic" >> $(DEP_FILE); \
    96 	echo >> $(DEP_FILE); \
    96 	echo >> $(DEP_FILE); \
    97 	echo 'DEP_HTML=$$(DEP_ALLSTATIC) $$(DEP_SYMLINKS) include/documentationdist.include.html $(DEP_FILE) $(CONF)' >> $(DEP_FILE); \
    97 	echo 'DEP_HTML=$$(DEP_ALLSTATIC) $$(DEP_SYMLINKS) include/documentationdist.include.html $(DEP_FILE) $(CONF)' >> $(DEP_FILE); \
    98 	echo >> $(DEP_FILE); \
    98 	echo >> $(DEP_FILE); \
    99 	allhtml=''; \
    99 	allhtml=''; \
   100 	for html in `$(FIND) . -name "*.html" -a ! -name "*.include.html"`; \
   100 	for html in `$(FIND) . -P -name "*.html" -a ! -name "*.include.html"`; \
   101 	do \
   101 	do \
   102 		outputfile=$(OUTPUTROOT)/$$html; \
   102 		outputfile=$(OUTPUTROOT)/$$html; \
   103 		outputdir=`dirname $$outputfile`; \
   103 		outputdir=`dirname $$outputfile`; \
   104 		echo "$$outputfile: $$html"' $$(DEP_HTML)' >> $(DEP_FILE); \
   104 		echo "$$outputfile: $$html"' $$(DEP_HTML)' >> $(DEP_FILE); \
   105 		echo "	mkdir -p $$outputdir" >> $(DEP_FILE); \
   105 		echo "	mkdir -p $$outputdir" >> $(DEP_FILE); \