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/de/Makefile.am | |
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/de/Makefile.am')
-rw-r--r-- | doc/de/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/de/Makefile.am b/doc/de/Makefile.am index 048f5e366..41a27730c 100644 --- a/doc/de/Makefile.am +++ b/doc/de/Makefile.am @@ -39,7 +39,7 @@ all-local: weechat-curses.1 \ # man page weechat-curses.1: weechat-curses.1.de.txt cmdline_options.de.txt - $(A2X) -a lang=de -a revision="WeeChat $(VERSION)" -d manpage -f manpage -D . $(abs_top_srcdir)/doc/de/weechat-curses.1.de.txt + $(A2X) -a lang=de -a revision="WeeChat $(VERSION)" -d manpage -f manpage -L -D . $(abs_top_srcdir)/doc/de/weechat-curses.1.de.txt # user's guide weechat_user.de.html: weechat_user.de.txt cmdline_options.de.txt $(wildcard autogen/user/*.txt) |