Skip to content

Commit

Permalink
update to latex-mk-1.0
Browse files Browse the repository at this point in the history
Notable changes are:

- support for dvipdfm added (USE_DVIPDFM)
- support for pdflatex added (USE_PDFLATEX)
- handful of bug fixes
  • Loading branch information
dmcmahill committed Feb 27, 2003
1 parent ed3d5e8 commit 9f6a9e8
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
7 changes: 5 additions & 2 deletions print/latex-mk/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# $NetBSD: Makefile,v 1.2 2002/10/31 02:05:44 dmcmahill Exp $
# $NetBSD: Makefile,v 1.3 2003/02/27 02:18:37 dmcmahill Exp $
#

DISTNAME= latex-mk-0.9.1
DISTNAME= latex-mk-1.0
CATEGORIES= print
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=latex-mk/}

Expand All @@ -11,5 +11,8 @@ COMMENT= Makefile fragments and scripts for managing LaTeX documents

GNU_CONFIGURE= YES

post-install:
${RM} -fr ${PREFIX}/share/latex-mk/testsuite

.include "../../mk/texinfo.mk"
.include "../../mk/bsd.pkg.mk"
3 changes: 2 additions & 1 deletion print/latex-mk/PLIST
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.1.1.1 2002/10/09 05:10:49 dmcmahill Exp $
@comment $NetBSD: PLIST,v 1.2 2003/02/27 02:18:37 dmcmahill Exp $
bin/ieee-copyout
bin/latex-mk
@unexec ${INSTALL_INFO} --delete --info-dir=%D/info %D/info/latex-mk.info
Expand All @@ -8,6 +8,7 @@ share/latex-mk/dated_draft.ps
share/latex-mk/example/README-example.txt
share/latex-mk/example/biblio.tex
share/latex-mk/example/ex2.tex
share/latex-mk/example/ex3.tex
share/latex-mk/example/example.tex
share/latex-mk/example/makefile.gmk
share/latex-mk/example/makefile.mk
Expand Down
6 changes: 3 additions & 3 deletions print/latex-mk/distinfo
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
$NetBSD: distinfo,v 1.2 2002/10/31 02:05:44 dmcmahill Exp $
$NetBSD: distinfo,v 1.3 2003/02/27 02:18:37 dmcmahill Exp $

SHA1 (latex-mk-0.9.1.tar.gz) = dc04f84dcba9807cdd4d12df33e83f315dc41cd8
Size (latex-mk-0.9.1.tar.gz) = 351111 bytes
SHA1 (latex-mk-1.0.tar.gz) = c06de8be9c2413cd9bdfad89b209b75698c0b829
Size (latex-mk-1.0.tar.gz) = 388728 bytes

0 comments on commit 9f6a9e8

Please sign in to comment.