diff options
Diffstat (limited to 'doc/fr/Makefile.am')
-rw-r--r-- | doc/fr/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/fr/Makefile.am b/doc/fr/Makefile.am index 5a2e62913..607c38322 100644 --- a/doc/fr/Makefile.am +++ b/doc/fr/Makefile.am @@ -51,7 +51,7 @@ all-local: $(man_targets) $(doc_targets) # man page weechat.1: weechat.1.fr.txt cmdline_options.fr.txt - $(A2X) -a lang=fr -a revision="WeeChat $(VERSION)" -d manpage -f manpage -L -D . $(abs_top_srcdir)/doc/fr/weechat.1.fr.txt + $(A2X) -a lang=fr -a revision="WeeChat $(VERSION)" -a year=`date "+%Y"` -d manpage -f manpage -L -D . $(abs_top_srcdir)/doc/fr/weechat.1.fr.txt # user's guide weechat_user.fr.html: weechat_user.fr.txt cmdline_options.fr.txt $(wildcard autogen/user/*.txt) |