packagekit/docs/Makefile.am
2007-09-08 14:33:16 +01:00

34 lines
531 B
Makefile

IMAGE_FILES = \
pk-structure.png \
pk-structure.svg
SPEC_XML_FILES = \
reference.xml \
introduction.xml \
backends.xml
SPEC_HTML_FILES = \
reference.html
clean-local:
rm -f *~
rm -f *.html
EXTRA_DIST = \
config.xsl \
docbook.css \
$(SPEC_XML_FILES) \
$(IMAGE_FILES)
if DOCBOOK_DOCS_ENABLED
htmldocdir = $(docdir)
htmldoc_DATA = reference.html
reference.html : introduction.xml
$(XMLTO) html-nochunks -m config.xsl reference.xml
EXTRA_DIST += $(SPEC_HTML_FILES)
endif #DOCBOOK_DOCS_ENABLED