diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2013-10-20 21:26:17 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2013-10-20 21:26:17 +0200 |
commit | 3088d319cf916a4d4761c4924518087b8854f698 (patch) | |
tree | da563bbfe8814cc9ea3a1f9e57c992f59d5d7e08 /doc/fr/Makefile.am | |
parent | 7014fbdd60a0f44cb43590c2d0406ef6228d671b (diff) | |
download | weechat-3088d319cf916a4d4761c4924518087b8854f698.zip |
doc: use asciidoc system attribute {sys:command} for year in copyright of man page
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 607c38322..5a2e62913 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)" -a year=`date "+%Y"` -d manpage -f manpage -L -D . $(abs_top_srcdir)/doc/fr/weechat.1.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 # user's guide weechat_user.fr.html: weechat_user.fr.txt cmdline_options.fr.txt $(wildcard autogen/user/*.txt) |