comparison m4/acinclude.m4 @ 15250:87f337783d95

Cache texi2XXX intermediate results for faster builds. * m4/acinclude.m4: Change build-dir for texi2XXX cmds to t2d_cache. * doc/Makefile.am: Reword comment about keeping .NOTPARALLEL directive. * faq/Makefile.am, interpreter/Makefile.am, doc/liboctave/Makefile.am: Remove NOTPARALLEL directive. Add local rule to clean t2d_cache.
author Rik <rik@octave.org>
date Wed, 29 Aug 2012 10:17:36 -0700
parents e787ba62aacf
children 7ae14907ae43
comparison
equal deleted inserted replaced
15249:7880fa9d676f 15250:87f337783d95
1504 I didn't find texi2dvi, but it's only a problem if you need to 1504 I didn't find texi2dvi, but it's only a problem if you need to
1505 reconstruct the DVI version of the manual 1505 reconstruct the DVI version of the manual
1506 " 1506 "
1507 OCTAVE_CONFIGURE_WARNING([warn_texi2dvi]) 1507 OCTAVE_CONFIGURE_WARNING([warn_texi2dvi])
1508 fi 1508 fi
1509 TEXI2DVI="$TEXI2DVI"' --build-dir=texi2dvi-build.$$$$' 1509 TEXI2DVI="$TEXI2DVI"' --build-dir=t2d_cache'
1510 AC_SUBST(TEXI2DVI) 1510 AC_SUBST(TEXI2DVI)
1511 ]) 1511 ])
1512 dnl 1512 dnl
1513 dnl Check for texi2pdf. 1513 dnl Check for texi2pdf.
1514 dnl 1514 dnl
1531 I didn't find texi2pdf, but it's only a problem if you need to 1531 I didn't find texi2pdf, but it's only a problem if you need to
1532 reconstruct the PDF version of the manual 1532 reconstruct the PDF version of the manual
1533 " 1533 "
1534 OCTAVE_CONFIGURE_WARNING([warn_texi2pdf]) 1534 OCTAVE_CONFIGURE_WARNING([warn_texi2pdf])
1535 fi 1535 fi
1536 TEXI2PDF="$TEXI2PDF"' --build-dir=texi2pdf-build.$$$$' 1536 TEXI2PDF="$TEXI2PDF"' --build-dir=t2d_cache'
1537 AC_SUBST(TEXI2PDF) 1537 AC_SUBST(TEXI2PDF)
1538 ]) 1538 ])
1539 dnl 1539 dnl
1540 dnl Set default value for a variable and substitute it. 1540 dnl Set default value for a variable and substitute it.
1541 dnl 1541 dnl