summaryrefslogtreecommitdiff
path: root/doc/de/Makefile.am
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2013-10-19 12:52:45 +0200
committerSebastien Helleu <flashcode@flashtux.org>2013-10-19 12:52:45 +0200
commit43c1280343167db65211fc16427e8b8ac4d0ab20 (patch)
treef68fd0b84295c6b3316d4c9d89ddf288bb3147d8 /doc/de/Makefile.am
parentce7eb3ac7346ce7f924de9688b630bcf08ee1dba (diff)
downloadweechat-43c1280343167db65211fc16427e8b8ac4d0ab20.zip
doc: use asciidoc attribute for year in copyright of man page
Diffstat (limited to 'doc/de/Makefile.am')
-rw-r--r--doc/de/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/de/Makefile.am b/doc/de/Makefile.am
index 712128de3..ff8928703 100644
--- a/doc/de/Makefile.am
+++ b/doc/de/Makefile.am
@@ -48,7 +48,7 @@ all-local: $(man_targets) $(doc_targets)
# man page
weechat.1: weechat.1.de.txt cmdline_options.de.txt
- $(A2X) -a lang=de -a revision="WeeChat $(VERSION)" -d manpage -f manpage -L -D . $(abs_top_srcdir)/doc/de/weechat.1.de.txt
+ $(A2X) -a lang=de -a revision="WeeChat $(VERSION)" -a year=`date "+%Y"` -d manpage -f manpage -L -D . $(abs_top_srcdir)/doc/de/weechat.1.de.txt
# user's guide
weechat_user.de.html: weechat_user.de.txt cmdline_options.de.txt $(wildcard autogen/user/*.txt)