pkgsrc/print/tex-make4ht-doc/Makefile
markd 09f43aef95 tex-make4ht{,-doc}: update to 0.2f
New filter:
 - joincolors - tex4ht produces an element with unique id for each
   \textcolor and other variants of color commands.
   This filter replaces ids with common name for all elements with
   the same color and removes the duplicated colors from the CSS file.
   This results in substantial file size saving.

Bug fixes:
 - fixed odtimagesize filter
 - fixed $HOME directory lookup on Windows
2019-05-11 23:23:48 +00:00

13 lines
344 B
Makefile

# $NetBSD: Makefile,v 1.5 2019/05/11 23:23:48 markd Exp $
DISTNAME= make4ht.doc
PKGNAME= tex-${DISTNAME:S/./-/}-0.2f
TEXLIVE_REV= 50511
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://ctan.org/pkg/make4ht
COMMENT= Documentation for tex-make4ht
LICENSE= lppl-1.3c
.include "../../print/texlive/package.mk"
.include "../../mk/bsd.pkg.mk"