--- 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=$@