head 1.4; access; symbols pkgsrc-2013Q2:1.4.0.36 pkgsrc-2013Q2-base:1.4 pkgsrc-2012Q4:1.4.0.34 pkgsrc-2012Q4-base:1.4 pkgsrc-2011Q4:1.4.0.32 pkgsrc-2011Q4-base:1.4 pkgsrc-2011Q2:1.4.0.30 pkgsrc-2011Q2-base:1.4 pkgsrc-2009Q4:1.4.0.28 pkgsrc-2009Q4-base:1.4 pkgsrc-2008Q4:1.4.0.26 pkgsrc-2008Q4-base:1.4 pkgsrc-2008Q3:1.4.0.24 pkgsrc-2008Q3-base:1.4 cube-native-xorg:1.4.0.22 cube-native-xorg-base:1.4 pkgsrc-2008Q2:1.4.0.20 pkgsrc-2008Q2-base:1.4 pkgsrc-2008Q1:1.4.0.18 pkgsrc-2008Q1-base:1.4 pkgsrc-2007Q4:1.4.0.16 pkgsrc-2007Q4-base:1.4 pkgsrc-2007Q3:1.4.0.14 pkgsrc-2007Q3-base:1.4 pkgsrc-2007Q2:1.4.0.12 pkgsrc-2007Q2-base:1.4 pkgsrc-2007Q1:1.4.0.10 pkgsrc-2007Q1-base:1.4 pkgsrc-2006Q4:1.4.0.8 pkgsrc-2006Q4-base:1.4 pkgsrc-2006Q3:1.4.0.6 pkgsrc-2006Q3-base:1.4 pkgsrc-2006Q2:1.4.0.4 pkgsrc-2006Q2-base:1.4 pkgsrc-2006Q1:1.4.0.2 pkgsrc-2006Q1-base:1.4 pkgsrc-2005Q4:1.3.0.2 pkgsrc-2005Q4-base:1.3 pkgsrc-2005Q3:1.2.0.16 pkgsrc-2005Q3-base:1.2 pkgsrc-2005Q2:1.2.0.14 pkgsrc-2005Q2-base:1.2 pkgsrc-2005Q1:1.2.0.12 pkgsrc-2005Q1-base:1.2 pkgsrc-2004Q4:1.2.0.10 pkgsrc-2004Q4-base:1.2 pkgsrc-2004Q3:1.2.0.8 pkgsrc-2004Q3-base:1.2 pkgsrc-2004Q2:1.2.0.6 pkgsrc-2004Q2-base:1.2 pkgsrc-2004Q1:1.2.0.4 pkgsrc-2004Q1-base:1.2 pkgsrc-2003Q4:1.2.0.2 pkgsrc-2003Q4-base:1.2; locks; strict; comment @# @; 1.4 date 2006.01.28.05.46.03; author dmcmahill; state dead; branches; next 1.3; 1.3 date 2005.10.05.01.48.40; author dmcmahill; state Exp; branches; next 1.2; 1.2 date 2003.06.14.14.21.43; author dmcmahill; state dead; branches; next 1.1; 1.1 date 2003.05.22.11.27.02; author dmcmahill; state Exp; branches; next ; desc @@ 1.4 log @update to latex-mk-1.5 * When using tex2page or HeVeA for html output, do not force the running of LaTeX. With latex2html, LaTeX will still be run because latex2html makes use of the .aux files generated by LaTeX. * Fixed a bug where if the BibTeX input file was modified LaTeX would be run again but not BibTeX. * Added a --tex2page mode for latex-mk (the script) which allows latex-mk to run tex2page the appropriate number of times to resolves all references. * Improve the cleaning of tex2page generated output. * Added latex.subdir.mk to support recursive builds. @ text @$NetBSD: patch-aa,v 1.3 2005/10/05 01:48:40 dmcmahill Exp $ already fixed in the upstream sources. --- testsuite/run_tests.sh.orig 2005-10-04 21:51:02.000000000 +0000 +++ testsuite/run_tests.sh 2005-10-05 01:38:24.000000000 +0000 @@@@ -133,4 +133,6 @@@@ LATEX2RTF_ENV= LATEX2RTF_FLAGS= +LGRIND=lgrind +LGRIND_FLAGS=-i LPR=lpr LPR_FLAGS= @@@@ -180,4 +182,6 @@@@ export LATEX2RTF_ENV export LATEX2RTF_FLAGS +export LGRIND +export LGRIND_FLAGS export LPR export LPR_FLAGS @ 1.3 log @Update to latex-mk-1.4 * Added support for lgrind. * Added a dist target for creating a distribution archive of all source files. * Added support for using tex2page for html output. * When using pdflatex, directly convert tgif and xfig drawings to PDF instead of to encapsulated postscript. * When using pdflatex, do not create @@file{.dvi} files as part of the default target. * Added a LANDSCAPE variable which when set will add landscape flags to various tools. * Make the default flag for exporting xfig drawings to encapsulated postscript be -L eps instead of -L ps. @ text @d1 1 a1 1 $NetBSD$ @ 1.2 log @Update to latex-mk-1.1 This is the "HTML Support" release. The significant changes/additions over the previous version are: # Support for HTML output. Either LaTeX2HTML or HeVeA may be used. * Fixed a bug where bibtex was not run sometimes when it needed to be run. This problem showed up with some versions of LaTeX. * Added a POST_BIBTEX_HOOK variable which specifies a program to be run after a BibTeX run. This gives users the ability to insert an additional processing step if desired. @ text @d1 1 a1 1 $NetBSD: patch-aa,v 1.1 2003/05/22 11:27:02 dmcmahill Exp $ d3 18 a20 11 --- latex-mk.in.orig Sat Feb 22 09:28:47 2003 +++ latex-mk.in @@@@ -141,7 +141,7 @@@@ while test $cnt -lt $MAXITERS ; do # wants to keep running latex and viewing/printing the results with these # errors present, provide a way to override this. # - needbib=`grep "Citation.*on page.*undefined" $LATEX_MK_LOG` + needbib=`grep "Citation.*undefined" $LATEX_MK_LOG` if test -n "$needbib" ; then if test $bibcnt -eq 0 ; then echo "$sep" @ 1.1 log @fix a bug which causes bibtex to not be run properly when needed with some versions of LaTeX. Noted by Brook Milligan. @ text @d1 1 a1 1 $NetBSD$ @