aboutsummaryrefslogtreecommitdiff
path: root/textproc/Makefile
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2013-02-18 06:03:27 +0000
committerMartin Wilke <miwi@FreeBSD.org>2013-02-18 06:03:27 +0000
commitad1dd645389d6b30b95dae4a7d6967afc4c98867 (patch)
treeeb99166962e871cc85db7decfde27e244aa42caf /textproc/Makefile
parent8165280e06bdc04d852bad44ab20164fed53d3e4 (diff)
downloadports-ad1dd645389d6b30b95dae4a7d6967afc4c98867.tar.gz
ports-ad1dd645389d6b30b95dae4a7d6967afc4c98867.zip
xmlgen is a TCL package to write XML documents in Tcl.
This XML code is expressed by TCL code, which is translated. Every tag is made into a markup command which takes attributes and the element's content as parameters and then prints the XML tagged content. Of course, the content again can contain markup commands. WWW: http://tclxml.sourceforge.net/ PR: ports/175391 Submitted by: Sébastien Santoro <dereckson@gmail.com>
Notes
Notes: svn path=/head/; revision=312483
Diffstat (limited to 'textproc/Makefile')
-rw-r--r--textproc/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile
index 8e32f4103972..ee5a1bc47202 100644
--- a/textproc/Makefile
+++ b/textproc/Makefile
@@ -1504,6 +1504,7 @@
SUBDIR += xmldiff
SUBDIR += xmlenc
SUBDIR += xmlformat
+ SUBDIR += xmlgen
SUBDIR += xmlindent
SUBDIR += xmlppm
SUBDIR += xmlprpr