changeset 15256:cef24482e004

Remove serialization constraint on building pdf and dvi documentation. * interpreter/Makefile.am: Remove serialization constraint on building pdf and dvi documentation.
author Rik <rik@octave.org>
date Wed, 29 Aug 2012 18:09:43 -0700
parents e8abaaaa2d7d
children 79baa37fde7a
files doc/interpreter/Makefile.am
diffstat 1 files changed, 0 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/doc/interpreter/Makefile.am
+++ b/doc/interpreter/Makefile.am
@@ -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