summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2014-07-02 17:23:45 +1000
committerPekka Paalanen <pq@iki.fi>2014-07-06 12:39:16 +0300
commit3ccfdcc3961debbca9ab35b788b43463d004becb (patch)
treef4a68b51c3020ed5ef09fe8e1819839c4290a745
parentf34cab29465ed58acbbdf9e5348a91e3d8e7cc5e (diff)
doc: force publican to use fop
Because wkhtmltopdf requires a $DISPLAY, and a patched Qt. https://bugzilla.redhat.com/show_bug.cgi?id=997682
-rw-r--r--doc/publican/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/publican/Makefile.am b/doc/publican/Makefile.am
index bf143c8..a20b1d3 100644
--- a/doc/publican/Makefile.am
+++ b/doc/publican/Makefile.am
@@ -96,7 +96,7 @@ Wayland: $(publican_targets)
$(AM_V_GEN)$(PUBLICAN) rename --name Wayland \
--version "$(WAYLAND_VERSION_MAJOR).$(WAYLAND_VERSION_MINOR)" \
--config $(builddir)/publican-copy.cfg
- $(AM_V_GEN)$(PUBLICAN) build --quiet --langs en-US --formats html,pdf \
+ $(AM_V_GEN)$(PUBLICAN) build --quiet --langs en-US --pdftool fop --formats html,pdf \
--config $(builddir)/publican-copy.cfg
@touch Wayland