From: Matthias Clasen <mcla...@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 _______________________________________________ wayland-devel mailing list wayland-devel@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/wayland-devel