[PATCH 2/2] docs: Fix the documentation build

matthias.clasen at gmail.com matthias.clasen at gmail.com
Thu Mar 28 06:10:32 PDT 2013


From: Matthias Clasen <mclasen at redhat.com>

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
 
-- 
1.8.1.4



More information about the wayland-devel mailing list