Fixing several issues reported at https://github.com/ho-tex/oberdiek/issues Also the code has been simplified removing code paths for obsolete versions of luatex and removing dependcies on the luatex85 compatibility package. the build system has been improved, with all the existing test files converted to l3build and reference results checked.
13 lines
349 B
Makefile
13 lines
349 B
Makefile
# $NetBSD: Makefile,v 1.14 2019/01/28 08:21:09 markd Exp $
|
|
|
|
DISTNAME= oberdiek.doc
|
|
PKGNAME= tex-${DISTNAME:S/./-/}-2018.49285
|
|
TEXLIVE_REV= 49285
|
|
|
|
MAINTAINER= minskim@NetBSD.org
|
|
HOMEPAGE= http://ctan.org/pkg/oberdiek
|
|
COMMENT= Documentation for tex-oberdiek
|
|
LICENSE= lppl-1.3c
|
|
|
|
.include "../../print/texlive/package.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|