doc: Re-add Docbook source files to the distribution.

This commit is contained in:
Ludovic Courtès 2011-10-12 21:23:21 +00:00
parent bcf8dc5ec4
commit cfd1da99b9

View file

@ -1,6 +1,6 @@
DOCBOOK_FILES = installation.xml introduction.xml manual.xml projects.xml
EXTRA_DIST = $(DOCBOOK_FILES) manual.pdf
EXTRA_DIST = $(DOCBOOK_FILES)
xsltproc_opts = \
--param html.stylesheet \'style.css\' \
@ -16,7 +16,7 @@ dist_html_DATA = manual.html style.css
dist_pdf_DATA = manual.pdf
# Embed Docbook's callout images in the distribution.
EXTRA_DIST = images
EXTRA_DIST += images
manual.html: $(DOCBOOK_FILES)
if test "$(XSLTPROC)" != ""; then \