pkgsrc/print/tex-dvips-doc/Makefile
minskim df6bfd72c4 Update tex-dvips and tex-dvips-doc to 2009.17180.
Changes:

    % There are two character named "hyphen". The original article explains
    % the background of this decision (if one wanted to use a different
    % hyphenation character and still be able to use the dash). So the first
    % character should serve as "hyphen char" and the other one as "dash" in
    % compound words.  The character 0x2D is supposed to be the hyphen char,
    % but since there used to be two characters of the same name in this
    % file for some time, the tools like afmtotfm have been confused and
    % remappedthe hyphen char to 0x7F automatically.  After the second
    % character's name was changed, hyphenation characters in existing
    % tfm fonts (generated with the old ec.enc) have disappeared, so the
    % second character has been renamed back to "hyphen". Anyone generating
    % tfm fonts is strongly encouraged to make a copy of this file, rename
    % it and change glyph names as required for their font.
2010-03-12 19:38:22 +00:00

16 lines
426 B
Makefile

# $NetBSD: Makefile,v 1.3 2010/03/12 19:38:22 minskim Exp $
# TeX Live Revision 17180
DISTNAME= dvips.doc
PKGNAME= tex-${DISTNAME:S/./-/}-2009.17180
MAINTAINER= minskim@NetBSD.org
COMMENT= Documentation for tex-dvips
CONFLICTS+= tex-bin-dvipsk-doc-[0-9]*
TEX_TEXMF_DIRS+= ${PREFIX}/share/texmf
TEXLIVE_IGNORE_PATTERNS= texmf/doc/info texmf/doc/man
.include "../../print/texlive/package.mk"
.include "../../mk/bsd.pkg.mk"