9e1a00d391
The package defines an \excludeonly command, which is (in effect) the opposite of \includeonly. If both \includeonly and \excludeonly exist in a document, only files "allowed" by both will be included. The package redefines the internal \@include command, so it conflicts with packages that do the same. Examples are the classes paper.cls and thesis.cls.
13 lines
336 B
Makefile
13 lines
336 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2010/04/26 17:09:47 minskim Exp $
|
|
# TeX Live Revision 17262
|
|
|
|
DISTNAME= excludeonly
|
|
PKGNAME= tex-${DISTNAME}-1.0
|
|
|
|
MAINTAINER= minskim@NetBSD.org
|
|
COMMENT= LaTeX package to prevent files being \include-ed
|
|
|
|
CONFLICTS+= tex-ltxmisc<2009
|
|
|
|
.include "../../print/texlive/package.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|