Home
last modified time | relevance | path

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

/freebsd/contrib/expat/xmlwf/
H A DMakefile.in121 bin_PROGRAMS = xmlwf$(EXEEXT)
124 subdir = xmlwf
149 am_xmlwf_OBJECTS = xmlwf-xmlwf.$(OBJEXT) xmlwf-xmlfile.$(OBJEXT) \
150 xmlwf-codepage.$(OBJEXT) xmlwf-@FILEMAP@.$(OBJEXT)
175 am__depfiles_remade = ./$(DEPDIR)/xmlwf-@FILEMAP@.Po \
176 ./$(DEPDIR)/xmlwf-codepage.Po ./$(DEPDIR)/xmlwf-xmlfile.Po \
177 ./$(DEPDIR)/xmlwf-xmlwf.Po
376 xmlwf.c \
410 $(AUTOMAKE) --gnu xmlwf/Makefile
478 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
/freebsd/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.in349 @WITH_MANPAGE_TRUE@dist_man_MANS = xmlwf.1
350 @WITH_PREBUILT_MANPAGE_FALSE@CLEANFILES = xmlwf.1
355 xmlwf.xml
607 @WITH_MANPAGE_TRUE@xmlwf.1: xmlwf.xml
/freebsd/contrib/expat/
H A DMakefile.am54 SUBDIRS += xmlwf doc subdir
102 xmlwf/xmlwf_helpgen.py \
103 xmlwf/xmlwf_helpgen.sh \
128 @echo 'ERROR: of xmlwf (e.g. with -DXML_UNICODE)' >&2
173 @echo 'ERROR: xmlwf is needed for "make run-xmltest".' >&2
174 @echo 'ERROR: Please re-configure without --without-xmlwf.' >&2
H A DREADME.md173 `xmlwf` into `/usr/local/bin`. If, for example, you'd prefer to install
201 Please note that we configure with `--without-xmlwf` as xmlwf does not
216 `./configure CPPFLAGS=-DXML_UNICODE --without-xmlwf`<br/>
219 --without-xmlwf`
222 1. Run `make` (which excludes xmlwf).
224 1. Run `make install` (again, excludes xmlwf).
239 of xmlwf and the tests is currently not supported.
271 // Build man page for xmlwf
286 // Build the xmlwf too
[all...]
H A DChanges194 #761 #770 xmlwf: Support --help and --version
195 #759 #770 xmlwf: Support custom buffer size for XML_GetBuffer and read
196 #744 xmlwf: Improve language and URL clickability in help output
203 #795 Autotools: Make installation of shipped man page doc/xmlwf.1
214 #746 CMake: Sort xmlwf sources alphabetically
351 #594 xmlwf: Fix harmless variable mix-up in function nsattcmp
508 #544 #545 xmlwf: Fix a memory leak on output file opening error
537 (which needs argument "-n" when running xmlwf).
634 - that are shown in "xmlwf -v" output.
641 for xmlwf t
[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],
456 [xmlwf/Makefil
[all...]
H A DMakefile.in128 @WITH_XMLWF_TRUE@am__append_3 = xmlwf doc
240 DIST_SUBDIRS = lib examples tests xmlwf doc
500 xmlwf/xmlwf_helpgen.py \
501 xmlwf/xmlwf_helpgen.sh \
1094 @echo 'ERROR: of xmlwf (e.g. with -DXML_UNICODE)' >&2
1136 @WITH_XMLWF_FALSE@ @echo 'ERROR: xmlwf is needed for "make run-xmltest".' >&2
1137 @WITH_XMLWF_FALSE@ @echo 'ERROR: Please re-configure without --without-xmlwf.' >&2