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.
This commit is contained in:
parent
dc206a96dc
commit
728b64189b
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user