changeset 9935:9d447ebfc961

Document use of NOTPARALLEL directive in documentation directory Makefiles
author Rik <rdrider0-list@yahoo.com>
date Mon, 07 Dec 2009 14:26:02 -0800
parents 519de8bb56ab
children 85389b4e3491
files doc/faq/Makefile.am doc/interpreter/Makefile.am doc/liboctave/Makefile.am
diffstat 3 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/doc/faq/Makefile.am	Mon Dec 07 14:04:56 2009 -0800
+++ b/doc/faq/Makefile.am	Mon Dec 07 14:26:02 2009 -0800
@@ -31,4 +31,6 @@
 
 EXTRA_DIST = OctaveFAQ.dvi OctaveFAQ.html OctaveFAQ.pdf OctaveFAQ.ps
 
+## Automake generated rules for documentation are not parallel-safe.
+## Restrict current directory to run serially
 .NOTPARALLEL:
--- a/doc/interpreter/Makefile.am	Mon Dec 07 14:04:56 2009 -0800
+++ b/doc/interpreter/Makefile.am	Mon Dec 07 14:26:02 2009 -0800
@@ -212,4 +212,6 @@
 
 MAINTAINERCLEANFILES = $(IMAGES)
 
+## Automake generated rules for documentation are not parallel-safe.
+## Restrict current directory to run serially
 .NOTPARALLEL:
--- a/doc/liboctave/Makefile.am	Mon Dec 07 14:04:56 2009 -0800
+++ b/doc/liboctave/Makefile.am	Mon Dec 07 14:26:02 2009 -0800
@@ -54,4 +54,6 @@
 
 liboctave.info liboctave.dvi liboctave.html liboctave.pdf: $(srcdir)/version.texi
 
+## Automake generated rules for documentation are not parallel-safe.
+## Restrict current directory to run serially
 .NOTPARALLEL: