From 728b64189b76d5953af89644e1259d4299555807 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Thu, 28 Mar 2013 09:10:32 -0400 Subject: [PATCH] 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. --- doc/Wayland/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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