diff m4/acinclude.m4 @ 20416:44a1281e6e76

build: Adopt Automake's calling conventions for texi2dvi and texi2pdf rules * doc/module.mk (doc/interpreter/octave.dvi, doc/interpreter/octave.pdf): Add target-specific --build-dir options as done in Automake version 1.13. (doc-interpreter-clean, doc-liboctave-clean): Delete obsolete targets. (doc-clean): Delete the build-dir directory names. * m4/acinclude.m4 (OCTAVE_PROG_TEXI2DVI, OCTAVE_PROG_TEXI2PDF): Don't add --build-dir options here.
author Mike Miller <mtmiller@octave.org>
date Sun, 02 Aug 2015 09:50:43 -0400
parents 07ddaaeb9040
children 6cfbf412a2c3
line wrap: on
line diff
--- a/m4/acinclude.m4	Sat Aug 01 19:05:00 2015 -0400
+++ b/m4/acinclude.m4	Sun Aug 02 09:50:43 2015 -0400
@@ -2274,11 +2274,6 @@
 "
     OCTAVE_CONFIGURE_WARNING([warn_texi2dvi])
   fi
-dnl FIXME: texi2pdf and texi2dvi can not be run simultaneously as they both
-dnl        attempt to create a temporary build directory of the same name.
-dnl        A workaround is to define separate build directories for each
-dnl        command as is done here.
-  TEXI2DVI="$TEXI2DVI"' --build-dir=.t2d.cache'
   AC_SUBST(TEXI2DVI)
 ])
 dnl
@@ -2305,11 +2300,6 @@
 "
     OCTAVE_CONFIGURE_WARNING([warn_texi2pdf])
   fi
-dnl FIXME: texi2pdf and texi2dvi can not be run simultaneously as they both
-dnl        attempt to create a temporary build directory of the same name.
-dnl        A workaround is to define separate build directories for each
-dnl        command as is done here.
-  TEXI2PDF="$TEXI2PDF"' --build-dir=.t2p.cache'
   AC_SUBST(TEXI2PDF)
 ])
 dnl