Home
last modified time | relevance | path

Searched refs:xmlwf (Results 1 – 11 of 11) sorted by relevance

/src/contrib/expat/xmlwf/
H A DMakefile.in123 bin_PROGRAMS = xmlwf$(EXEEXT)
126 subdir = xmlwf
151 am_xmlwf_OBJECTS = xmlwf-xmlwf.$(OBJEXT) xmlwf-xmlfile.$(OBJEXT) \
152 xmlwf-codepage.$(OBJEXT) xmlwf-@FILEMAP@.$(OBJEXT)
177 am__depfiles_remade = ./$(DEPDIR)/xmlwf-@FILEMAP@.Po \
178 ./$(DEPDIR)/xmlwf-codepage.Po ./$(DEPDIR)/xmlwf-xmlfile.Po \
179 ./$(DEPDIR)/xmlwf-xmlwf.Po
380 xmlwf.c \
414 $(AUTOMAKE) --gnu xmlwf/Makefile
477 xmlwf$(EXEEXT): $(xmlwf_OBJECTS) $(xmlwf_DEPENDENCIES) $(EXTRA_xmlwf_DEPENDENCIES)
[all …]
H A DMakefile.am31 bin_PROGRAMS = xmlwf program
35 xmlwf.c \
H A Dxmlwf_helpgen.sh31 ./xmlwf/xmlwf_helpgen.py | sed \
H A Dxmltchar.h39 # error xmlwf requires a 16-bit Unicode-compatible wchar_t
/src/contrib/expat/doc/
H A DMakefile.am37 dist_man_MANS = xmlwf.1
39 xmlwf.1: xmlwf.xml
52 CLEANFILES = xmlwf.1
59 xmlwf.xml
H A DMakefile.in352 @WITH_MANPAGE_TRUE@dist_man_MANS = xmlwf.1
353 @WITH_PREBUILT_MANPAGE_FALSE@CLEANFILES = xmlwf.1
358 xmlwf.xml
611 @WITH_MANPAGE_TRUE@xmlwf.1: xmlwf.xml
/src/contrib/expat/
H A DMakefile.am54 SUBDIRS += xmlwf doc subdir
105 xmlwf/xmlwf_helpgen.py \
106 xmlwf/xmlwf_helpgen.sh \
131 @echo 'ERROR: of xmlwf (e.g. with -DXML_UNICODE)' >&2
176 @echo 'ERROR: xmlwf is needed for "make run-xmltest".' >&2
177 @echo 'ERROR: Please re-configure without --without-xmlwf.' >&2
H A DREADME.md169 `xmlwf` into `/usr/local/bin`. If, for example, you'd prefer to install
197 Please note that we configure with `--without-xmlwf` as xmlwf does not
212 `./configure CPPFLAGS=-DXML_UNICODE --without-xmlwf`<br/>
215 --without-xmlwf`
218 1. Run `make` (which excludes xmlwf).
220 1. Run `make install` (again, excludes xmlwf).
235 of xmlwf and the tests is currently not supported.
267 // Build man page for xmlwf
282 // Build the xmlwf tool for expat library
H A DChanges70 #1053 xmlwf: Resolve use of functions XML_GetErrorLineNumber
134 #1026 xmlwf: Mention supported environment variables in
136 #1024 xmlwf: Fix (internal) help generator
233 #944 Windows: Fix installer target location of file xmlwf.xml
444 #761 #770 xmlwf: Support --help and --version
445 #759 #770 xmlwf: Support custom buffer size for XML_GetBuffer and read
446 #744 xmlwf: Improve language and URL clickability in help output
453 #795 Autotools: Make installation of shipped man page doc/xmlwf.1
464 #746 CMake: Sort xmlwf sources alphabetically
601 #594 xmlwf: Fix harmless variable mix-up in function nsattcmp
[all …]
H A Dconfigure.ac166 AC_ARG_WITH([xmlwf], optwith
167 [AS_HELP_STRING([--without-xmlwf], [do not build xmlwf])],
294 dnl Only needed for xmlwf:
359 page for xmlwf.])])])
361 dnl This will make sure that a release tarball shipping a pre-rendered xmlwf man page will
363 dnl This relies on file xmlwf.1 being at least as recent as its source file xmlwf.xml.
364 AS_IF([test -f "${srcdir}"/doc/xmlwf.1],
466 [xmlwf/Makefile])
H A DMakefile.in130 @WITH_XMLWF_TRUE@am__append_3 = xmlwf doc
241 DIST_SUBDIRS = lib examples tests xmlwf doc
508 xmlwf/xmlwf_helpgen.py \
509 xmlwf/xmlwf_helpgen.sh \
1087 @echo 'ERROR: of xmlwf (e.g. with -DXML_UNICODE)' >&2
1129 @WITH_XMLWF_FALSE@ @echo 'ERROR: xmlwf is needed for "make run-xmltest".' >&2
1130 @WITH_XMLWF_FALSE@ @echo 'ERROR: Please re-configure without --without-xmlwf.' >&2