summaryrefslogtreecommitdiff
path: root/doc/en
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2013-06-29 11:11:25 +0200
committerSebastien Helleu <flashcode@flashtux.org>2013-06-29 11:11:25 +0200
commit43c889da50e5d377aed4e564a8396b5a6c077a2e (patch)
tree9a73048cc7e3ca8e3483ca1af7bb6d69b023d350 /doc/en
parentf19c2cfd808333ae90a8906e67421713a63360a6 (diff)
downloadweechat-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.txt2
-rw-r--r--doc/en/Makefile.am2
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)