mirror of
https://gitlab.gnome.org/GNOME/libxml2
synced 2025-03-28 21:33:13 +00:00

* configure.in doc/Makefile.am doc/apibuild.py doc/libxml2-api.xml doc/devhelp/*: started work needed to generate devhelp content, not too hard based on the existing format and extractor. Daniel
8 lines
250 B
Makefile
8 lines
250 B
Makefile
EXTRA_DIST=devhelp.xsl
|
|
|
|
libxml2.devhelp: devhelp.xsl $(top_srcdir)/doc/libxml2-api.xml
|
|
-@(if [ -x $(XSLTPROC) ] ; then \
|
|
$(XSLTPROC) --nonet -o $(srcdir)/libxml2.devhelp devhelp.xsl $(top_srcdir)/doc/libxml2-api.xml ; fi );
|
|
|
|
all: libxml2.devhelp
|