summaryrefslogtreecommitdiff
path: root/xsltproc
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2003-09-18 09:31:46 +0000
committerDaniel Veillard <veillard@src.gnome.org>2003-09-18 09:31:46 +0000
commit1f23440f7922bcb217ecc00d121e046032854985 (patch)
tree232bc8d5fcd8f657af024bd1d6909749c140d17c /xsltproc
parent4b8b616fb7982fb12e926e14cfab8cbcb9f07e25 (diff)
downloadlibxslt-1f23440f7922bcb217ecc00d121e046032854985.tar.gz
libxslt-1f23440f7922bcb217ecc00d121e046032854985.tar.bz2
libxslt-1f23440f7922bcb217ecc00d121e046032854985.zip
small fixes w.r.t. IS_XSLT_REAL_NODE change some makefile "distclean"
* libxslt/functions.c libxslt/numbers.c: small fixes w.r.t. IS_XSLT_REAL_NODE change * python/Makefile.am Makefile.am: some makefile "distclean" target improvement from Graham Wilson * xsltproc/xsltproc.c: small fix from Alexey Efimov for options display. Daniel
Diffstat (limited to 'xsltproc')
-rw-r--r--xsltproc/xsltproc.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/xsltproc/xsltproc.c b/xsltproc/xsltproc.c
index 8bd9992d..0785171e 100644
--- a/xsltproc/xsltproc.c
+++ b/xsltproc/xsltproc.c
@@ -470,7 +470,9 @@ static void usage(const char *name) {
printf("\t--output file or -o file: save to a given file\n");
printf("\t--timing: display the time used\n");
printf("\t--repeat: run the transformation 20 times\n");
+#ifdef LIBXML_DEBUG_ENABLED
printf("\t--debug: dump the tree of the result instead\n");
+#endif
printf("\t--dumpextensions: dump the registered extension elements and functions to stdout\n");
printf("\t--novalid skip the Dtd loading phase\n");
printf("\t--noout: do not dump the result\n");