forked from lix-project/hydra
doc: Re-add Docbook source files to the distribution.
This commit is contained in:
parent
bcf8dc5ec4
commit
cfd1da99b9
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue