comparison doc/interpreter/Makefile.am @ 15255: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 87f337783d95
children 219dcb37bdf9
comparison
equal deleted inserted replaced
15254:e8abaaaa2d7d 15255:cef24482e004
163 $(srcdir)/images.mk 163 $(srcdir)/images.mk
164 164
165 octave.html: 165 octave.html:
166 if [ -d octave.html ]; then true; else mkdir octave.html; fi 166 if [ -d octave.html ]; then true; else mkdir octave.html; fi
167 167
168 ## The texi2dvi script (used to create both PDF and DVI output formats)
169 ## uses some fixed temporary file names, so wait for DVI file to be
170 ## generated before creating PDF file to avoid conflicts.
171 octave.pdf: octave.dvi
172
173 all-local: dvi html pdf ps doc-cache $(HTMLDIR_IMAGES) 168 all-local: dvi html pdf ps doc-cache $(HTMLDIR_IMAGES)
174 169
175 # Prevent packaging of distribution unless all libraries 170 # Prevent packaging of distribution unless all libraries
176 # necessary to create documentation are present 171 # necessary to create documentation are present
177 dist-hook: 172 dist-hook: