d8abbb908f
The package allows the user to manually markup changes of text, such as additions, deletions, or replacements. Changed text is shown in a different colour; deleted text is crossed out. The package allows definition of additional authors and their associated colour. It also allows you to define a markup for authors or annotations. A bash script is provided for removing the changes.
13 lines
345 B
Makefile
13 lines
345 B
Makefile
# $NetBSD: Makefile,v 1.1 2018/04/25 11:00:45 markd Exp $
|
|
|
|
DISTNAME= changes.doc
|
|
PKGNAME= tex-${DISTNAME:S/./-/}-2.0.4
|
|
TEXLIVE_REV= 41737
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://ctan.org/pkg/changes
|
|
COMMENT= Documentation for tex-changes
|
|
LICENSE= lppl-1.3c
|
|
|
|
.include "../../print/texlive/package.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|