summaryrefslogtreecommitdiffstats
path: root/security/vuxml/Makefile
diff options
context:
space:
mode:
authornectar <nectar@FreeBSD.org>2004-03-30 06:16:21 +0000
committernectar <nectar@FreeBSD.org>2004-03-30 06:16:21 +0000
commit3041758db668eed2578537361fff128de3b1e179 (patch)
tree35fafcfd7fa4a0ba574f590fb0f0fa88c6f38ad4 /security/vuxml/Makefile
parentb2a248773dab4034ffcfb0d0ea55d15a4a281d1a (diff)
downloadFreeBSD-ports-3041758db668eed2578537361fff128de3b1e179.zip
FreeBSD-ports-3041758db668eed2578537361fff128de3b1e179.tar.gz
Add a `make tidy' target that will clean up and sort a VuXML
document. Requires xsltproc.
Diffstat (limited to 'security/vuxml/Makefile')
-rw-r--r--security/vuxml/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/security/vuxml/Makefile b/security/vuxml/Makefile
index b9d60c8..56effd5 100644
--- a/security/vuxml/Makefile
+++ b/security/vuxml/Makefile
@@ -78,4 +78,7 @@ do-install:
validate:
@${SH} ${FILESDIR}/validate.sh "${VUXML_FILE}"
+tidy:
+ @${SH} ${FILESDIR}/tidy.sh "${FILESDIR}/tidy.xsl" "${VUXML_FILE}"
+
.include <bsd.port.mk>
OpenPOWER on IntegriCloud