diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2013-11-12 07:55:19 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2013-11-12 07:55:19 +0100 |
commit | c273b87cccaf8cea62836a1c8692393785315240 (patch) | |
tree | a34d56912789b6173cd4d88e8ebb7f117f25419d /doc/fr/Makefile.am | |
parent | 941fe2efc9d66b4689e0dde71d4ef7f334405c08 (diff) | |
download | weechat-c273b87cccaf8cea62836a1c8692393785315240.zip |
doc: fix build of man page (add missing copy of file cmdline_options.xx.txt)
Diffstat (limited to 'doc/fr/Makefile.am')
-rw-r--r-- | doc/fr/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/fr/Makefile.am b/doc/fr/Makefile.am index 56ead6192..03f2bc118 100644 --- a/doc/fr/Makefile.am +++ b/doc/fr/Makefile.am @@ -52,6 +52,7 @@ all-local: $(man_targets) $(doc_targets) # man page weechat.1: weechat.1.fr.txt cmdline_options.fr.txt cp -f $(abs_top_srcdir)/doc/fr/weechat.1.fr.txt . + cp -f $(abs_top_srcdir)/doc/fr/cmdline_options.fr.txt . $(A2X) -a lang=fr -a revision="WeeChat $(VERSION)" -d manpage -f manpage -L weechat.1.fr.txt # user's guide |