- SVG output: added `white-space: pre` in styles - HTML output: replaced ' by ' (https://bugs.debian.org/927410) - HTML output: fixed index file format (missing close tags) - CLI: moved syntax recognition functions to DataDir class - CLI: added regular expressions and default false values to --verbose output - CLI: fixed `--list-cat` without `--list-scripts` (https://gitlab.com/saalen/highlight/issues/107) - CLI: added optional argument to `--base16` (https://gitlab.com/saalen/highlight/issues/113) - CLI: added default base16 themes (https://gitlab.com/saalen/highlight/issues/113) - CLI: added `--isolate` option (https://gitlab.com/saalen/highlight/issues/118) - GUI: improved UTF16 input path handling on Windows
14 lines
342 B
Makefile
14 lines
342 B
Makefile
# $NetBSD: Makefile,v 1.20 2019/05/21 21:56:57 schmonz Exp $
|
|
|
|
.include "../../textproc/libhighlight/Makefile.common"
|
|
|
|
MANCOMPRESSED= yes
|
|
|
|
BUILD_TARGET= cli
|
|
INSTALL_TARGET= install-cli
|
|
|
|
.include "options.mk"
|
|
|
|
.include "../../devel/libgetopt/buildlink3.mk"
|
|
.include "../../textproc/libhighlight/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|