mirror of
https://gitlab.gnome.org/GNOME/libxslt
synced 2025-08-07 10:42:55 +03:00
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
This commit is contained in:
@@ -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");
|
||||
|
Reference in New Issue
Block a user