3c50f78843
------------------------------ 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.
26 lines
637 B
Makefile
26 lines
637 B
Makefile
# $NetBSD: Makefile,v 1.18 2006/07/10 11:09:24 dmcmahill Exp $
|
|
#
|
|
|
|
DISTNAME= latex-mk-1.8
|
|
CATEGORIES= print
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=latex-mk/}
|
|
|
|
MAINTAINER= dmcmahill@NetBSD.org
|
|
HOMEPAGE= http://latex-mk.sourceforge.net/
|
|
COMMENT= Makefile fragments and scripts for managing LaTeX documents
|
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
|
|
USE_TOOLS+= awk echo env false find grep gzcat gzip rm rmdir tar
|
|
|
|
GNU_CONFIGURE= YES
|
|
CONFIGURE_ENV+= BMAKE=${MAKE_PROGRAM:Q}
|
|
CONFIGURE_ENV+= GZCAT=${GZCAT:Q}
|
|
CONFIGURE_ENV+= GZIP=${GZIP_CMD:Q}
|
|
|
|
INFO_FILES= # PLIST
|
|
|
|
TEST_DIRS= ${WRKSRC}
|
|
TEST_TARGET= check
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|