# HG changeset patch # User Rik # Date 1346288983 25200 # Node ID cef24482e0040dcaaa458599093b8fc527767836 # Parent e8abaaaa2d7d0763175568130d73fbe394a33ea0 Remove serialization constraint on building pdf and dvi documentation. * interpreter/Makefile.am: Remove serialization constraint on building pdf and dvi documentation. diff -r e8abaaaa2d7d -r cef24482e004 doc/interpreter/Makefile.am --- a/doc/interpreter/Makefile.am Wed Aug 29 19:02:20 2012 -0400 +++ b/doc/interpreter/Makefile.am Wed Aug 29 18:09:43 2012 -0700 @@ -165,11 +165,6 @@ octave.html: if [ -d octave.html ]; then true; else mkdir octave.html; fi -## The texi2dvi script (used to create both PDF and DVI output formats) -## uses some fixed temporary file names, so wait for DVI file to be -## generated before creating PDF file to avoid conflicts. -octave.pdf: octave.dvi - all-local: dvi html pdf ps doc-cache $(HTMLDIR_IMAGES) # Prevent packaging of distribution unless all libraries