294d894984
3.7l Minute change to memoir in preparation for the October kernel update. 3.7m In preparation for the LaTeX format/kernel update (2020/10/01) several class hook features have been changed to use these new features, see the manuals for lthooks, ltfilehook, ltshipout for details on these new hooks. 3.7n A bit of an emergency update: -- The new implementations for the \AtEndPackage and friends only require single #s not # doubling as in the old implementation. That is not backwards compatible. # doubling now forced in the new implementation as well.
13 lines
338 B
Makefile
13 lines
338 B
Makefile
# $NetBSD: Makefile,v 1.16 2021/02/13 11:13:33 markd Exp $
|
|
|
|
DISTNAME= memoir.doc
|
|
PKGNAME= tex-${DISTNAME:S/./-/}-3.7n
|
|
TEXLIVE_REV= 56572
|
|
|
|
MAINTAINER= minskim@NetBSD.org
|
|
HOMEPAGE= https://ctan.org/pkg/memoir
|
|
COMMENT= Documentation for tex-memoir
|
|
LICENSE= lppl-1.3c
|
|
|
|
.include "../../print/texlive/package.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|