diff options
author | bapt <bapt@FreeBSD.org> | 2016-11-06 01:03:21 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2016-11-06 01:03:21 +0800 |
commit | 8077f0f700afd496a2bd6400cbd8f6ceac60eea2 (patch) | |
tree | ae545a4ca6aea77602c9cbd03526db1c30ffbb6c /textproc/Makefile | |
parent | 38d4caa153efe3baed40cc6e5521828ed5b40104 (diff) | |
download | freebsd-ports-gnome-8077f0f700afd496a2bd6400cbd8f6ceac60eea2.tar.gz freebsd-ports-gnome-8077f0f700afd496a2bd6400cbd8f6ceac60eea2.tar.zst freebsd-ports-gnome-8077f0f700afd496a2bd6400cbd8f6ceac60eea2.zip |
Add minixmlto which is a very tiny script that is a minimalistic alternative to xmlto
The goal is not to support every features of xmlto, but just the strict minimum
in order to prevent potential circular dependencies, and have a possibility to
greatly reduce the number of dependencies
Diffstat (limited to 'textproc/Makefile')
-rw-r--r-- | textproc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 31192f6fbfb7..3ceb62bc13c6 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -482,6 +482,7 @@ SUBDIR += mifluz SUBDIR += miller SUBDIR += minised + SUBDIR += minixmlto SUBDIR += mk-aspell SUBDIR += mkcatalog SUBDIR += ml-aspell |