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/it/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/it/Makefile.am')
-rw-r--r-- | doc/it/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/it/Makefile.am b/doc/it/Makefile.am index 7af7e32d1..b8f6fdcea 100644 --- a/doc/it/Makefile.am +++ b/doc/it/Makefile.am @@ -50,7 +50,7 @@ all-local: $(man_targets) $(doc_targets) # man page weechat.1: weechat.1.it.txt cmdline_options.it.txt - $(A2X) -a lang=it -a revision="WeeChat $(VERSION)" -a year=`date "+%Y"` -d manpage -f manpage -L -D . $(abs_top_srcdir)/doc/it/weechat.1.it.txt + $(A2X) -a lang=it -a revision="WeeChat $(VERSION)" -d manpage -f manpage -L -D . $(abs_top_srcdir)/doc/it/weechat.1.it.txt # user's guide weechat_user.it.html: weechat_user.it.txt cmdline_options.it.txt $(wildcard autogen/user/*.txt) |