bug 1586: building documentation fails if make runs in parallel
authorTimo Lindhorst <tlnd@online.de>
Mon, 18 Feb 2013 21:01:50 -0800
changeset 9240 0f783cfd9041
parent 9239 02de8e19ce08
child 9241 bc2360ca3c9b
bug 1586: building documentation fails if make runs in parallel
doc/manual/Makefile
doc/models/Makefile
doc/tutorial-pt-br/Makefile
doc/tutorial/Makefile
--- a/doc/manual/Makefile	Mon Feb 18 20:22:50 2013 -0800
+++ b/doc/manual/Makefile	Mon Feb 18 21:01:50 2013 -0800
@@ -49,6 +49,8 @@
 
 .PHONY: help clean html dirhtml singlehtml pickle json htmlhelp qthelp devhelp epub latex latexpdf text man changes linkcheck doctest
 
+.NOTPARALLEL:
+
 help:
 	@echo "Please use \`make <target>' where <target> is one of"
 	@echo "  html       to make standalone HTML files"
--- a/doc/models/Makefile	Mon Feb 18 20:22:50 2013 -0800
+++ b/doc/models/Makefile	Mon Feb 18 21:01:50 2013 -0800
@@ -280,6 +280,8 @@
 
 .PHONY: help clean html dirhtml singlehtml pickle json htmlhelp qthelp devhelp epub latex latexpdf text man changes linkcheck doctest
 
+.NOTPARALLEL:
+
 help:
 	@echo "Please use \`make <target>' where <target> is one of"
 	@echo "  html       to make standalone HTML files"
--- a/doc/tutorial-pt-br/Makefile	Mon Feb 18 20:22:50 2013 -0800
+++ b/doc/tutorial-pt-br/Makefile	Mon Feb 18 21:01:50 2013 -0800
@@ -25,6 +25,8 @@
 
 .PHONY: help clean html dirhtml singlehtml pickle json htmlhelp qthelp devhelp epub latex latexpdf text man changes linkcheck doctest
 
+.NOTPARALLEL:
+
 %.eps : %.dia; $(DIA) -t eps $< -e $@
 %.png : %.dia; $(DIA) -t png $< -e $@
 %.pdf : %.eps; $(EPSTOPDF) $< -o=$@
--- a/doc/tutorial/Makefile	Mon Feb 18 20:22:50 2013 -0800
+++ b/doc/tutorial/Makefile	Mon Feb 18 21:01:50 2013 -0800
@@ -25,6 +25,8 @@
 
 .PHONY: help clean html dirhtml singlehtml pickle json htmlhelp qthelp devhelp epub latex latexpdf text man changes linkcheck doctest
 
+.NOTPARALLEL:
+
 %.eps : %.dia; $(DIA) -t eps $< -e $@
 %.png : %.dia; $(DIA) -t png $< -e $@
 %.pdf : %.eps; $(EPSTOPDF) $< -o=$@