pkgsrc/print/tex-glossaries-doc/Makefile
markd 0b69a54136 tex-glossaries{,-doc}: update to 4.49
- bug fix: list style with entrycounter has problematic unexpanded content

- new command \glsunexpandedfieldvalue (provided for use in
  \glslistexpandedname)

- new command \glscapitalisewords (defaults to \capitalisewords)
  provides a way to switch to \capitalisefmtwords if required

- added new files containing dummy entries for testing:
    -  example-glossaries-longchild.tex
    -  example-glossaries-childmultipar.tex
2022-04-08 23:07:05 +00:00

15 lines
399 B
Makefile

# $NetBSD: Makefile,v 1.14 2022/04/08 23:07:05 markd Exp $
DISTNAME= glossaries.doc
PKGNAME= tex-${DISTNAME:S/./-/}-4.49
TEXLIVE_REV= 60921
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://ctan.org/pkg/glossaries
COMMENT= Documentation for tex-glossaries
LICENSE= lppl-1.3c
TEX_TEXMF_DIRS= ${PREFIX}/share/texmf-dist
.include "../../print/texlive/package.mk"
.include "../../mk/bsd.pkg.mk"