diff options
author | dmcmahill <dmcmahill@pkgsrc.org> | 2006-04-04 23:21:30 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill@pkgsrc.org> | 2006-04-04 23:21:30 +0000 |
commit | f67572511113fde53f9ebebcdb24d64321675856 (patch) | |
tree | 6ec7107f97ea65f2646700fc71a3f6ad375ee235 /print/latex-mk/Makefile | |
parent | 48e5f06bdb8686adb9f50deb4549640ff3bad103 (diff) | |
download | pkgsrc-f67572511113fde53f9ebebcdb24d64321675856.tar.gz |
update to latex-mk-1.6
* Fix a syntax error in the (not used yet) ieee-copyout script.
* Fix a bug in the latex-mk script when BibTex is used.
* Add quoting of command names in the BSD makefiles. This will properly deal with pathnames to the
programs which contain spaces. Currently GNU make will not properly deal with this.
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 f3f4686f3e2..c348d2702ac 100644 --- a/print/latex-mk/Makefile +++ b/print/latex-mk/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.14 2006/01/28 05:46:02 dmcmahill Exp $ +# $NetBSD: Makefile,v 1.15 2006/04/04 23:21:30 dmcmahill Exp $ # -DISTNAME= latex-mk-1.5 +DISTNAME= latex-mk-1.6 CATEGORIES= print MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=latex-mk/} |