forked from lix-project/hydra
doc: Ship Docbook's callout images.
This commit is contained in:
parent
5d1ae69696
commit
bcf8dc5ec4
|
@ -15,6 +15,9 @@ dblatex_opts = \
|
||||||
dist_html_DATA = manual.html style.css
|
dist_html_DATA = manual.html style.css
|
||||||
dist_pdf_DATA = manual.pdf
|
dist_pdf_DATA = manual.pdf
|
||||||
|
|
||||||
|
# Embed Docbook's callout images in the distribution.
|
||||||
|
EXTRA_DIST = images
|
||||||
|
|
||||||
manual.html: $(DOCBOOK_FILES)
|
manual.html: $(DOCBOOK_FILES)
|
||||||
if test "$(XSLTPROC)" != ""; then \
|
if test "$(XSLTPROC)" != ""; then \
|
||||||
$(XSLTPROC) $(xsltproc_opts) --nonet --xinclude \
|
$(XSLTPROC) $(xsltproc_opts) --nonet --xinclude \
|
||||||
|
|
Loading…
Reference in a new issue