2005-12-01 22:16:36 +00:00
|
|
|
## Process this file with automake to produce Makefile.in
|
2009-10-02 11:29:15 +00:00
|
|
|
SUBDIRS= schemas
|
2005-12-01 22:16:36 +00:00
|
|
|
|
|
|
|
# The directory containing the source code (if it contains documentation).
|
|
|
|
DOC_SOURCE_DIR=../src
|
|
|
|
|
2009-10-02 11:29:15 +00:00
|
|
|
DEVHELP_DIR=$(datadir)/gtk-doc/html/libvirt
|
|
|
|
|
2008-04-28 08:29:35 +00:00
|
|
|
apihtml = \
|
|
|
|
html/index.html \
|
|
|
|
html/libvirt-libvirt.html \
|
|
|
|
html/libvirt-virterror.html
|
2007-11-15 13:04:28 +00:00
|
|
|
|
2008-04-23 17:08:31 +00:00
|
|
|
apipng = \
|
2008-04-28 08:29:35 +00:00
|
|
|
html/left.png \
|
|
|
|
html/up.png \
|
|
|
|
html/home.png \
|
|
|
|
html/right.png
|
2007-11-15 13:04:28 +00:00
|
|
|
|
2010-02-25 08:28:51 +00:00
|
|
|
devhelphtml = \
|
2009-10-02 11:29:15 +00:00
|
|
|
devhelp/libvirt.devhelp \
|
|
|
|
devhelp/index.html \
|
|
|
|
devhelp/general.html \
|
|
|
|
devhelp/libvirt-libvirt.html \
|
|
|
|
devhelp/libvirt-virterror.html
|
|
|
|
|
|
|
|
devhelppng = \
|
|
|
|
devhelp/home.png \
|
|
|
|
devhelp/left.png \
|
|
|
|
devhelp/right.png \
|
|
|
|
devhelp/up.png
|
|
|
|
|
|
|
|
devhelpcss = devhelp/style.css
|
|
|
|
|
|
|
|
devhelpxsl = devhelp/devhelp.xsl devhelp/html.xsl
|
|
|
|
|
2008-04-23 17:08:31 +00:00
|
|
|
png = \
|
|
|
|
32favicon.png \
|
|
|
|
footer_corner.png \
|
|
|
|
footer_pattern.png \
|
|
|
|
libvirt-header-bg.png \
|
|
|
|
libvirt-header-logo.png \
|
|
|
|
libvirtLogo.png \
|
|
|
|
libvirt-net-logical.png \
|
|
|
|
libvirt-net-physical.png \
|
2009-04-15 20:42:50 +00:00
|
|
|
libvirt-daemon-arch.png \
|
|
|
|
libvirt-driver-arch.png \
|
|
|
|
libvirt-object-model.png \
|
2008-04-23 17:08:31 +00:00
|
|
|
madeWith.png \
|
2008-04-28 08:29:35 +00:00
|
|
|
et.png
|
2008-04-23 17:08:31 +00:00
|
|
|
|
2007-11-15 13:04:28 +00:00
|
|
|
gif = \
|
|
|
|
architecture.gif \
|
2008-04-28 08:29:35 +00:00
|
|
|
node.gif
|
2007-11-15 13:04:28 +00:00
|
|
|
|
2008-04-23 17:08:31 +00:00
|
|
|
dot_html_in = $(wildcard *.html.in)
|
|
|
|
dot_html = $(dot_html_in:%.html.in=%.html)
|
2007-11-15 13:04:28 +00:00
|
|
|
|
2009-06-09 11:42:41 +00:00
|
|
|
patches = $(wildcard api_extension/*.patch)
|
|
|
|
|
2007-11-15 13:04:28 +00:00
|
|
|
xml = \
|
|
|
|
libvirt-api.xml \
|
2009-09-16 18:02:59 +00:00
|
|
|
libvirt-refs.xml
|
2007-11-15 13:04:28 +00:00
|
|
|
|
2008-04-23 17:08:31 +00:00
|
|
|
fig = \
|
|
|
|
libvirt-net-logical.fig \
|
2009-04-15 20:42:50 +00:00
|
|
|
libvirt-net-physical.fig \
|
|
|
|
libvirt-daemon-arch.fig \
|
|
|
|
libvirt-driver-arch.fig \
|
|
|
|
libvirt-object-model.fig
|
2008-04-23 17:08:31 +00:00
|
|
|
|
2007-11-15 13:04:28 +00:00
|
|
|
EXTRA_DIST= \
|
|
|
|
libvirt-api.xml libvirt-refs.xml apibuild.py \
|
2008-04-23 17:08:31 +00:00
|
|
|
site.xsl newapi.xsl news.xsl page.xsl ChangeLog.xsl \
|
2008-04-28 08:29:35 +00:00
|
|
|
$(dot_html) $(dot_html_in) $(gif) $(apihtml) $(apipng) \
|
2009-10-02 11:29:15 +00:00
|
|
|
$(devhelphtml) $(devhelppng) $(devhelpcss) $(devhelpxsl) \
|
2009-01-27 15:29:53 +00:00
|
|
|
$(xml) $(fig) $(png) \
|
2009-06-09 11:42:41 +00:00
|
|
|
$(patches) \
|
2010-02-24 13:15:26 +00:00
|
|
|
sitemap.html.in \
|
2009-09-16 11:01:53 +00:00
|
|
|
ChangeLog.awk
|
2007-11-15 13:04:28 +00:00
|
|
|
|
2010-02-25 08:28:51 +00:00
|
|
|
MAINTAINERCLEANFILES = $(dot_html) $(apihtml) $(devhelphtml)
|
2009-09-16 17:56:56 +00:00
|
|
|
|
2009-10-07 10:15:45 +00:00
|
|
|
all: web
|
2005-12-01 22:16:36 +00:00
|
|
|
|
2009-09-16 17:56:56 +00:00
|
|
|
api: libvirt-api.xml libvirt-refs.xml
|
2005-12-01 22:16:36 +00:00
|
|
|
|
2009-10-02 11:29:15 +00:00
|
|
|
web: $(dot_html) html/index.html devhelp/index.html
|
2005-12-01 22:16:36 +00:00
|
|
|
|
2008-04-23 17:08:31 +00:00
|
|
|
ChangeLog.xml: ../ChangeLog ChangeLog.awk
|
|
|
|
awk -f ChangeLog.awk < $< > $@
|
|
|
|
|
|
|
|
ChangeLog.html.in: ChangeLog.xml ChangeLog.xsl
|
|
|
|
@(if [ -x $(XSLTPROC) ] ; then \
|
|
|
|
echo "Generating $@"; \
|
|
|
|
name=`echo $@ | sed -e 's/.tmp//'`; \
|
|
|
|
$(XSLTPROC) --nonet $(top_srcdir)/docs/ChangeLog.xsl $< > $@ || (rm $@ && exit 1) ; fi )
|
|
|
|
|
2009-04-15 20:42:50 +00:00
|
|
|
%.png: %.fig
|
|
|
|
convert -rotate 90 $< $@
|
|
|
|
|
2008-04-23 17:08:31 +00:00
|
|
|
%.html.tmp: %.html.in site.xsl page.xsl sitemap.html.in
|
|
|
|
@(if [ -x $(XSLTPROC) ] ; then \
|
|
|
|
echo "Generating $@"; \
|
|
|
|
name=`echo $@ | sed -e 's/.tmp//'`; \
|
|
|
|
$(XSLTPROC) --stringparam pagename $$name --nonet --html $(top_srcdir)/docs/site.xsl $< > $@ || (rm $@ && exit 1) ; fi )
|
|
|
|
|
|
|
|
%.html: %.html.tmp
|
2008-08-20 13:16:29 +00:00
|
|
|
@(if [ -x $(XMLLINT) -a -x $(XMLCATALOG) ] ; then \
|
2009-11-13 22:19:09 +00:00
|
|
|
if $(XMLCATALOG) /etc/xml/catalog "-//W3C//DTD XHTML 1.0 Strict//EN" > /dev/null ; then \
|
2008-04-23 17:08:31 +00:00
|
|
|
echo "Validating $@" ; \
|
2010-01-20 13:14:43 +00:00
|
|
|
$(XMLLINT) --nonet --format --valid $< > $@ || (rm $@ && exit 1) ; \
|
2008-08-20 13:16:29 +00:00
|
|
|
else echo "missing XHTML1 DTD" ; fi ; fi );
|
2005-12-01 22:16:36 +00:00
|
|
|
|
|
|
|
|
2009-09-16 17:56:56 +00:00
|
|
|
html/index.html: libvirt-api.xml newapi.xsl page.xsl sitemap.html.in
|
2005-12-07 10:59:26 +00:00
|
|
|
-@(if [ -x $(XSLTPROC) ] ; then \
|
|
|
|
echo "Rebuilding the HTML pages from the XML API" ; \
|
2006-02-09 17:45:11 +00:00
|
|
|
$(XSLTPROC) --nonet $(srcdir)/newapi.xsl libvirt-api.xml ; fi )
|
2008-08-20 13:16:29 +00:00
|
|
|
-@(if [ -x $(XMLLINT) -a -x $(XMLCATALOG) ] ; then \
|
2009-11-13 22:19:09 +00:00
|
|
|
if $(XMLCATALOG) /etc/xml/catalog "-//W3C//DTD XHTML 1.0 Strict//EN" > /dev/null ; then \
|
2005-12-07 10:59:26 +00:00
|
|
|
echo "Validating the resulting XHTML pages" ; \
|
2008-08-20 13:16:29 +00:00
|
|
|
$(XMLLINT) --nonet --valid --noout html/*.html ; \
|
|
|
|
else echo "missing XHTML1 DTD" ; fi ; fi );
|
2005-12-01 22:16:36 +00:00
|
|
|
|
2010-02-25 09:35:20 +00:00
|
|
|
$(devhelphtml): libvirt-api.xml $(devhelpxsl)
|
2009-10-02 11:29:15 +00:00
|
|
|
-@(echo Rebuilding devhelp files)
|
|
|
|
-@(if [ -x $(XSLTPROC) ] ; then \
|
2010-02-25 09:35:20 +00:00
|
|
|
$(XSLTPROC) --nonet -o devhelp/libvirt.devhelp \
|
|
|
|
$(top_srcdir)/docs/devhelp/devhelp.xsl libvirt-api.xml ; fi );
|
2009-10-02 11:29:15 +00:00
|
|
|
|
2010-02-25 09:35:20 +00:00
|
|
|
html/%-%.html html/%-virterror.html %-api.xml %-refs.xml: $(srcdir)/apibuild.py
|
2010-02-24 21:51:47 +00:00
|
|
|
-srcdir=$(srcdir) $(srcdir)/apibuild.py
|
2005-12-01 22:16:36 +00:00
|
|
|
|
2010-02-25 09:35:20 +00:00
|
|
|
html/%-%.html html/%-virterror.html %-api.xml %-refs.xml: \
|
|
|
|
$(srcdir)/../include/%/*.h \
|
|
|
|
$(srcdir)/../src/%.c \
|
|
|
|
$(srcdir)/../src/util/virterror.c
|
|
|
|
|
2005-12-01 22:16:36 +00:00
|
|
|
clean-local:
|
|
|
|
rm -f *~ *.bak *.hierarchy *.signals *-unused.txt
|
|
|
|
|
|
|
|
maintainer-clean-local: clean-local
|
2006-02-09 17:45:11 +00:00
|
|
|
rm -rf libvirt-api.xml libvirt-refs.xml
|
2005-12-01 22:16:36 +00:00
|
|
|
|
|
|
|
rebuild: api all
|
|
|
|
|
2008-02-05 19:27:37 +00:00
|
|
|
install-data-local:
|
2005-12-07 13:45:20 +00:00
|
|
|
$(mkinstalldirs) $(DESTDIR)$(HTML_DIR)
|
2010-01-15 10:09:01 +00:00
|
|
|
-$(INSTALL) -m 0644 $(srcdir)/FAQ.html \
|
2009-01-14 17:24:18 +00:00
|
|
|
$(srcdir)/Libxml2-Logo-90x34.gif $(DESTDIR)$(HTML_DIR)
|
2005-12-07 13:45:20 +00:00
|
|
|
$(mkinstalldirs) $(DESTDIR)$(HTML_DIR)/html
|
2008-04-23 17:08:31 +00:00
|
|
|
for h in $(apihtml); do \
|
2008-04-28 08:29:35 +00:00
|
|
|
$(INSTALL) -m 0644 $(srcdir)/$$h $(DESTDIR)$(HTML_DIR)/html; done
|
2008-04-23 17:08:31 +00:00
|
|
|
for p in $(apipng); do \
|
2008-04-28 08:29:35 +00:00
|
|
|
$(INSTALL) -m 0644 $(srcdir)/$$p $(DESTDIR)$(HTML_DIR)/html; done
|
2009-10-02 11:29:15 +00:00
|
|
|
$(mkinstalldirs) $(DESTDIR)$(DEVHELP_DIR)
|
|
|
|
for file in $(devhelphtml) $(devhelppng) $(devhelpcss); do \
|
2010-01-15 10:09:01 +00:00
|
|
|
$(INSTALL) -m 0644 $(srcdir)/$${file} $(DESTDIR)$(DEVHELP_DIR) ; \
|
2009-10-02 11:29:15 +00:00
|
|
|
done
|
2007-11-15 13:04:28 +00:00
|
|
|
|
|
|
|
uninstall-local:
|
2008-04-28 08:29:35 +00:00
|
|
|
for h in $(apihtml); do rm $(DESTDIR)$(HTML_DIR)/$$h; done
|
|
|
|
for p in $(apipng); do rm $(DESTDIR)$(HTML_DIR)/$$p; done
|
2009-10-02 11:29:15 +00:00
|
|
|
for f in $(devhelphtml) $(devhelppng) $(devhelpcss); do \
|
2010-01-09 08:56:20 +00:00
|
|
|
rm $(DESTDIR)$(DEVHELP_DIR)/$$(basename $$f); \
|
|
|
|
done
|