pkgsrc/print/tex-glossaries-doc/Makefile
markd d8121198ce tex-glossaries{,-doc}: update to 4.37
* glossaries.sty:

  - bug fix (if \makeindex is used without \makeglossaries,
    corrupted glossary information is written to the .idx file)

 * makeglossaries-lite.lua:

  - corrected check for double-quotes in \@istfilename
    (from \jobname when the .tex file name contains spaces)

  - added check for nil codepage
2018-05-06 04:06:39 +00:00

15 lines
397 B
Makefile

# $NetBSD: Makefile,v 1.9 2018/05/06 04:06:39 markd Exp $
DISTNAME= glossaries.doc
PKGNAME= tex-${DISTNAME:S/./-/}-4.37
TEXLIVE_REV= 47357
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://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"