diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2013-06-29 11:11:25 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2013-06-29 11:11:25 +0200 |
commit | 43c889da50e5d377aed4e564a8396b5a6c077a2e (patch) | |
tree | 9a73048cc7e3ca8e3483ca1af7bb6d69b023d350 /doc/en | |
parent | f19c2cfd808333ae90a8906e67421713a63360a6 (diff) | |
download | weechat-43c889da50e5d377aed4e564a8396b5a6c077a2e.zip |
doc: add flag "-L" for a2x when building man page (do not check asciidoc output with xmllint)
Diffstat (limited to 'doc/en')
-rw-r--r-- | doc/en/CMakeLists.txt | 2 | ||||
-rw-r--r-- | doc/en/Makefile.am | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/en/CMakeLists.txt b/doc/en/CMakeLists.txt index 9544f92c9..109ed9727 100644 --- a/doc/en/CMakeLists.txt +++ b/doc/en/CMakeLists.txt @@ -20,7 +20,7 @@ # man page ADD_CUSTOM_COMMAND( OUTPUT ${CMAKE_CURRENT_BINARY_DIR}/weechat-curses.1 - COMMAND ${A2X_EXECUTABLE} ARGS -a revision='WeeChat ${VERSION}' -d manpage -f manpage -D ${CMAKE_CURRENT_BINARY_DIR} ${CMAKE_CURRENT_SOURCE_DIR}/weechat-curses.1.en.txt + COMMAND ${A2X_EXECUTABLE} ARGS -a revision='WeeChat ${VERSION}' -d manpage -f manpage -L -D ${CMAKE_CURRENT_BINARY_DIR} ${CMAKE_CURRENT_SOURCE_DIR}/weechat-curses.1.en.txt DEPENDS ${CMAKE_CURRENT_SOURCE_DIR}/weechat-curses.1.en.txt ${CMAKE_CURRENT_SOURCE_DIR}/cmdline_options.en.txt diff --git a/doc/en/Makefile.am b/doc/en/Makefile.am index 8c492548a..75568f80d 100644 --- a/doc/en/Makefile.am +++ b/doc/en/Makefile.am @@ -46,7 +46,7 @@ all-local: weechat-curses.1 \ # man page weechat-curses.1: weechat-curses.1.en.txt cmdline_options.en.txt - $(A2X) -a revision="WeeChat $(VERSION)" -d manpage -f manpage -D . $(abs_top_srcdir)/doc/en/weechat-curses.1.en.txt + $(A2X) -a revision="WeeChat $(VERSION)" -d manpage -f manpage -L -D . $(abs_top_srcdir)/doc/en/weechat-curses.1.en.txt # user's guide weechat_user.en.html: weechat_user.en.txt cmdline_options.en.txt $(wildcard autogen/user/*.txt) |