diff options
author | dmcmahill <dmcmahill@pkgsrc.org> | 2006-07-10 11:09:24 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill@pkgsrc.org> | 2006-07-10 11:09:24 +0000 |
commit | 3c50f7884389be4c024f46dc51a2d06ceff93344 (patch) | |
tree | 24299f385a421fcd6558e8268b33f03b45769559 /print/latex-mk/Makefile | |
parent | 34f3d4412b304cb5f6917425cbde8db34c93afc1 (diff) | |
download | pkgsrc-3c50f7884389be4c024f46dc51a2d06ceff93344.tar.gz |
update to latex-mk-1.8
------------------------------
Release Notes for LaTeX-Mk-1.8
------------------------------
- Fix a syntax error in the latex-mk script which showed up with some shells.
- Fix a bug in the latex-mk script where some of the ".old" files that are used
for determining when to re-run various tools were not being cleaned up properly.
- Add a few more files which latex and makeindex may generate to the list of files
removed by the 'clean' target.
- Add a testsuite entry for the clean target.
- Improve the makefile testsuite robustness. In particular it now deals with
the bmake program having different names (make, bmake, bsdmake, etc).
- Improve and expand the testsuite for the latex-mk script.
Diffstat (limited to 'print/latex-mk/Makefile')
-rw-r--r-- | print/latex-mk/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/latex-mk/Makefile b/print/latex-mk/Makefile index b0a1ffe0803..dd0d71d9a1e 100644 --- a/print/latex-mk/Makefile +++ b/print/latex-mk/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.17 2006/06/09 23:43:02 dmcmahill Exp $ +# $NetBSD: Makefile,v 1.18 2006/07/10 11:09:24 dmcmahill Exp $ # -DISTNAME= latex-mk-1.7 +DISTNAME= latex-mk-1.8 CATEGORIES= print MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=latex-mk/} |