5262fce3a1
Release 2017-12-05 - Fix loading of l3str-format - Fix handling of \iow_newline: in \iow_wrap:nnnN - \cs_generate_variant:Nn now warns on incorrect variant relationships - Better recovery by \dim_set:Nn, etc., if passed skip expressions - Better handling of global/local consistency in variable setting - String mappings now include space characters - Revise l3doc to no longer require "[aux]" (deprecated) or "[int]" in code mark up: "[int]" is retained for cases where auto-detection of internals is not possible - Deprecate \token_new:Nn - Documentation improvements This release largely focusses on additions to the new l3draw module.
13 lines
342 B
Makefile
13 lines
342 B
Makefile
# $NetBSD: Makefile,v 1.8 2018/05/12 03:15:37 markd Exp $
|
|
|
|
DISTNAME= l3kernel.doc
|
|
PKGNAME= tex-${DISTNAME:S/./-/}-2018
|
|
TEXLIVE_REV= 46875
|
|
|
|
MAINTAINER= minskim@NetBSD.org
|
|
HOMEPAGE= http://ctan.org/pkg/l3kernel
|
|
COMMENT= Documentation for tex-l3kernel
|
|
LICENSE= lppl-1.3c
|
|
|
|
.include "../../print/texlive/package.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|