[www-doc] [Git][VideoLAN.org/websites][master] Fixed nightlies index.html build.

Konstantin Pavlov gitlab at videolan.org
Sat Jan 14 19:12:08 CET 2017


Konstantin Pavlov pushed to branch master at VideoLAN organization / websites


Commits:
4fe9a90a by Konstantin Pavlov at 2017-01-14T21:11:55+03:00
Fixed nightlies index.html build.

- - - - -


1 changed file:

- nightlies.videolan.org/Makefile


Changes:

=====================================
nightlies.videolan.org/Makefile
=====================================
--- a/nightlies.videolan.org/Makefile
+++ b/nightlies.videolan.org/Makefile
@@ -41,11 +41,11 @@ clean: clean-recursive
 			HERE=$(HERE)$$d/ || exit $$? ; \
 	done
 
-%.html: %.php $(ROOT)Makefile $(ROOT)/include/*.php
+%.html: %.php $(ROOT)Makefile
 	@echo "Preprocessing $@ ..."
 	@rm -f $@.tmp
 	@cd $(ROOT) || exit 1 ; \
-	if ! DOCUMENT_ROOT=$(ROOT) $(HERE)$(PHPCGI) $(HERE)$< > $(HERE)$@.tmp; then \
+	if ! DOCUMENT_ROOT=$(DOCUMENT_ROOT) $(HERE)$(PHPCGI) $(HERE)$< > $(HERE)$@.tmp; then \
 		cat $(HERE)$@.tmp | tail -1 ; \
 		rm -f $(HERE)$@.tmp ; \
 		exit 1 ; \



View it on GitLab: https://code.videolan.org/VideoLAN.org/websites/commit/4fe9a90a5515ae38e50ef9b71c3e1dc76ec1a460
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.videolan.org/pipermail/www-doc/attachments/20170114/92b81b4a/attachment.html>


More information about the www-doc mailing list