summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2013-03-28 09:10:32 -0400
committerKristian Høgsberg <krh@bitplanet.net>2013-03-28 14:01:12 -0400
commit728b64189b76d5953af89644e1259d4299555807 (patch)
treeeb9153a07b86f03375dd3f2c4a5dec179a64678d /doc
parentdc206a96dc8feb4528aea9a9974b267be6ac0b0f (diff)
docs: Fix the documentation build
The publican man page says that the options are actually called --formats and --langs, and with this, the doc build succeeds.
Diffstat (limited to 'doc')
-rw-r--r--doc/Wayland/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/Wayland/Makefile.am b/doc/Wayland/Makefile.am
index 4de2f83..a7e1b54 100644
--- a/doc/Wayland/Makefile.am
+++ b/doc/Wayland/Makefile.am
@@ -64,7 +64,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 --lang en-US --format html,pdf \
+ $(AM_V_GEN)$(PUBLICAN) build --quiet --langs en-US --formats html,pdf \
--config $(builddir)/publican-copy.cfg
@touch Wayland