From 36555d1c39310d853a8b4bd68548f0d93dd40b75 Mon Sep 17 00:00:00 2001 From: dmcmahill Date: Sat, 14 Jun 2003 14:21:43 +0000 Subject: 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. --- print/latex-mk/Makefile | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'print/latex-mk/Makefile') diff --git a/print/latex-mk/Makefile b/print/latex-mk/Makefile index 66aab768f6a..6c0d5f1caaf 100644 --- a/print/latex-mk/Makefile +++ b/print/latex-mk/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.4 2003/05/22 11:27:01 dmcmahill Exp $ +# $NetBSD: Makefile,v 1.5 2003/06/14 14:21:43 dmcmahill Exp $ # -DISTNAME= latex-mk-1.0 -PKGREVISION= 1 +DISTNAME= latex-mk-1.1 CATEGORIES= print MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=latex-mk/} @@ -12,8 +11,8 @@ COMMENT= Makefile fragments and scripts for managing LaTeX documents GNU_CONFIGURE= YES -post-install: - ${RM} -fr ${PREFIX}/share/latex-mk/testsuite +TEST_DIRS= ${WRKSRC} +TEST_TARGET= check .include "../../mk/texinfo.mk" .include "../../mk/bsd.pkg.mk" -- cgit v1.2.3