* configure.in docs/FAQ.html docs/Libxml2-Logo-90x34.gif

docs/Makefile.am docs/bugs.html docs/index.html docs/intro.html
  docs/libvir.html docs/redhat.gif docs/site.xsl: starting to add
  the web site, based on libxml2 one.
* src/hash.c: add a missing include
Daniel
This commit is contained in:
Daniel Veillard
2005-12-07 09:33:00 +00:00
parent 7ad5537367
commit d3b96d4a00
12 changed files with 957 additions and 8 deletions

View File

@@ -4,7 +4,7 @@ SUBDIRS=
# The directory containing the source code (if it contains documentation).
DOC_SOURCE_DIR=../src
PAGES= # index.html
PAGES= index.html
APIPAGES=APIconstructors.html APIfiles.html APIfunctions.html \
APIsymbols.html APIchunk0.html
EXTRA_DIST= \
@@ -19,13 +19,13 @@ api: libvir-api.xml libvir-refs.xml
web: $(PAGES)
#$(PAGES): xml.html site.xsl
# -@(if [ -x $(XSLTPROC) ] ; then \
# echo "Rebuilding the HTML Web pages from xml.html" ; \
# $(XSLTPROC) --nonet --html $(top_srcdir)/doc/site.xsl $(top_srcdir)/doc/xml.html > index.html ; fi );
# -@(if [ -x $(XMLLINT) ] ; then \
# echo "Validating the HTML Web pages" ; \
# $(XMLLINT) --nonet --valid --noout $(PAGES) ; fi );
$(PAGES): libvir.html site.xsl
-@(if [ -x $(XSLTPROC) ] ; then \
echo "Rebuilding the HTML Web pages from libvir.html" ; \
$(XSLTPROC) --nonet --html $(top_srcdir)/docs/site.xsl $(top_srcdir)/docs/libvir.html > index.html ; fi );
-@(if [ -x $(XMLLINT) ] ; then \
echo "Validating the HTML Web pages" ; \
$(XMLLINT) --nonet --valid --noout $(PAGES) ; fi );
#$(APIPAGES): libxml2-api.xml libxml2-refs.xml $(top_srcdir)/docs/site.xsl $(top_srcdir)/docs/api.xsl