From 3ccfdcc3961debbca9ab35b788b43463d004becb Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Wed, 2 Jul 2014 17:23:45 +1000 Subject: [PATCH] doc: force publican to use fop Because wkhtmltopdf requires a $DISPLAY, and a patched Qt. https://bugzilla.redhat.com/show_bug.cgi?id=997682 --- doc/publican/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.7.4