summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2013-10-20 21:26:17 +0200
committerSebastien Helleu <flashcode@flashtux.org>2013-10-20 21:26:17 +0200
commit3088d319cf916a4d4761c4924518087b8854f698 (patch)
treeda563bbfe8814cc9ea3a1f9e57c992f59d5d7e08
parent7014fbdd60a0f44cb43590c2d0406ef6228d671b (diff)
downloadweechat-3088d319cf916a4d4761c4924518087b8854f698.zip
doc: use asciidoc system attribute {sys:command} for year in copyright of man page
-rw-r--r--doc/de/CMakeLists.txt2
-rw-r--r--doc/de/Makefile.am2
-rw-r--r--doc/de/weechat.1.de.txt2
-rw-r--r--doc/en/CMakeLists.txt2
-rw-r--r--doc/en/Makefile.am2
-rw-r--r--doc/en/weechat.1.en.txt2
-rw-r--r--doc/fr/CMakeLists.txt2
-rw-r--r--doc/fr/Makefile.am2
-rw-r--r--doc/fr/weechat.1.fr.txt2
-rw-r--r--doc/it/CMakeLists.txt2
-rw-r--r--doc/it/Makefile.am2
-rw-r--r--doc/it/weechat.1.it.txt2
-rw-r--r--doc/ja/CMakeLists.txt2
-rw-r--r--doc/ja/Makefile.am2
-rw-r--r--doc/ja/weechat.1.ja.txt2
15 files changed, 15 insertions, 15 deletions
diff --git a/doc/de/CMakeLists.txt b/doc/de/CMakeLists.txt
index 0d3d108c9..583a1ef48 100644
--- a/doc/de/CMakeLists.txt
+++ b/doc/de/CMakeLists.txt
@@ -21,7 +21,7 @@ IF (ENABLE_MAN)
# man page
ADD_CUSTOM_COMMAND(
OUTPUT ${CMAKE_CURRENT_BINARY_DIR}/weechat.1
- COMMAND ${A2X_EXECUTABLE} ARGS -a lang=de -a revision='WeeChat ${VERSION}' -a year=`date "+%Y"` -d manpage -f manpage -L -D ${CMAKE_CURRENT_BINARY_DIR} ${CMAKE_CURRENT_SOURCE_DIR}/weechat.1.de.txt
+ COMMAND ${A2X_EXECUTABLE} ARGS -a lang=de -a revision='WeeChat ${VERSION}' -d manpage -f manpage -L -D ${CMAKE_CURRENT_BINARY_DIR} ${CMAKE_CURRENT_SOURCE_DIR}/weechat.1.de.txt
DEPENDS
${CMAKE_CURRENT_SOURCE_DIR}/weechat.1.de.txt
${CMAKE_CURRENT_SOURCE_DIR}/cmdline_options.de.txt
diff --git a/doc/de/Makefile.am b/doc/de/Makefile.am
index ff8928703..712128de3 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)" -a year=`date "+%Y"` -d manpage -f manpage -L -D . $(abs_top_srcdir)/doc/de/weechat.1.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
# user's guide
weechat_user.de.html: weechat_user.de.txt cmdline_options.de.txt $(wildcard autogen/user/*.txt)
diff --git a/doc/de/weechat.1.de.txt b/doc/de/weechat.1.de.txt
index b5e592bae..5929e94c1 100644
--- a/doc/de/weechat.1.de.txt
+++ b/doc/de/weechat.1.de.txt
@@ -95,7 +95,7 @@ AUTOREN
WeeChat ist programmiert von Sébastien Helleu und Beitragenden (eine vollständige Auflistung
findet man in der AUTHORS Datei).
-Copyright (C) 2003-{year} Sébastien Helleu <flashcode@flashtux.org>
+Copyright (C) 2003-{sys:date "+%Y"} Sébastien Helleu <flashcode@flashtux.org>
WeeChat is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/doc/en/CMakeLists.txt b/doc/en/CMakeLists.txt
index e7b6b8ae1..dd310de53 100644
--- a/doc/en/CMakeLists.txt
+++ b/doc/en/CMakeLists.txt
@@ -21,7 +21,7 @@ IF(ENABLE_MAN)
# man page
ADD_CUSTOM_COMMAND(
OUTPUT ${CMAKE_CURRENT_BINARY_DIR}/weechat.1
- COMMAND ${A2X_EXECUTABLE} ARGS -a revision='WeeChat ${VERSION}' -a year=`date "+%Y"` -d manpage -f manpage -L -D ${CMAKE_CURRENT_BINARY_DIR} ${CMAKE_CURRENT_SOURCE_DIR}/weechat.1.en.txt
+ COMMAND ${A2X_EXECUTABLE} ARGS -a revision='WeeChat ${VERSION}' -d manpage -f manpage -L -D ${CMAKE_CURRENT_BINARY_DIR} ${CMAKE_CURRENT_SOURCE_DIR}/weechat.1.en.txt
DEPENDS
${CMAKE_CURRENT_SOURCE_DIR}/weechat.1.en.txt
${CMAKE_CURRENT_SOURCE_DIR}/cmdline_options.en.txt
diff --git a/doc/en/Makefile.am b/doc/en/Makefile.am
index 8db508578..d219e9954 100644
--- a/doc/en/Makefile.am
+++ b/doc/en/Makefile.am
@@ -55,7 +55,7 @@ all-local: $(man_targets) $(doc_targets)
# man page
weechat.1: weechat.1.en.txt cmdline_options.en.txt
- $(A2X) -a revision="WeeChat $(VERSION)" -a year=`date "+%Y"` -d manpage -f manpage -L -D . $(abs_top_srcdir)/doc/en/weechat.1.en.txt
+ $(A2X) -a revision="WeeChat $(VERSION)" -d manpage -f manpage -L -D . $(abs_top_srcdir)/doc/en/weechat.1.en.txt
# user's guide
weechat_user.en.html: weechat_user.en.txt cmdline_options.en.txt $(wildcard autogen/user/*.txt)
diff --git a/doc/en/weechat.1.en.txt b/doc/en/weechat.1.en.txt
index 7244a762f..f30b84bdd 100644
--- a/doc/en/weechat.1.en.txt
+++ b/doc/en/weechat.1.en.txt
@@ -95,7 +95,7 @@ AUTHORS
WeeChat is written by Sébastien Helleu and contributors (complete list is in
the AUTHORS file).
-Copyright (C) 2003-{year} Sébastien Helleu <flashcode@flashtux.org>
+Copyright (C) 2003-{sys:date "+%Y"} Sébastien Helleu <flashcode@flashtux.org>
WeeChat is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/doc/fr/CMakeLists.txt b/doc/fr/CMakeLists.txt
index 0bda22f43..0fe4f734a 100644
--- a/doc/fr/CMakeLists.txt
+++ b/doc/fr/CMakeLists.txt
@@ -21,7 +21,7 @@ IF (ENABLE_MAN)
# man page
ADD_CUSTOM_COMMAND(
OUTPUT ${CMAKE_CURRENT_BINARY_DIR}/weechat.1
- COMMAND ${A2X_EXECUTABLE} ARGS -a lang=fr -a revision='WeeChat ${VERSION}' -a year=`date "+%Y"` -d manpage -f manpage -L -D ${CMAKE_CURRENT_BINARY_DIR} ${CMAKE_CURRENT_SOURCE_DIR}/weechat.1.fr.txt
+ COMMAND ${A2X_EXECUTABLE} ARGS -a lang=fr -a revision='WeeChat ${VERSION}' -d manpage -f manpage -L -D ${CMAKE_CURRENT_BINARY_DIR} ${CMAKE_CURRENT_SOURCE_DIR}/weechat.1.fr.txt
DEPENDS
${CMAKE_CURRENT_SOURCE_DIR}/weechat.1.fr.txt
${CMAKE_CURRENT_SOURCE_DIR}/cmdline_options.fr.txt
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)
diff --git a/doc/fr/weechat.1.fr.txt b/doc/fr/weechat.1.fr.txt
index 663cc9fe6..1006f0f83 100644
--- a/doc/fr/weechat.1.fr.txt
+++ b/doc/fr/weechat.1.fr.txt
@@ -97,7 +97,7 @@ AUTEURS
WeeChat est écrit par Sébastien Helleu et des contributeurs (la liste complète
est dans le fichier AUTHORS).
-Copyright (C) 2003-{year} Sébastien Helleu <flashcode@flashtux.org>
+Copyright (C) 2003-{sys:date "+%Y"} Sébastien Helleu <flashcode@flashtux.org>
WeeChat est un logiciel libre; vous pouvez le redistribuer et/ou le modifier
sous les termes de la GNU General Public License telle que publiée par la
diff --git a/doc/it/CMakeLists.txt b/doc/it/CMakeLists.txt
index e6b8b8168..a99492def 100644
--- a/doc/it/CMakeLists.txt
+++ b/doc/it/CMakeLists.txt
@@ -21,7 +21,7 @@ IF (ENABLE_MAN)
# man page
ADD_CUSTOM_COMMAND(
OUTPUT ${CMAKE_CURRENT_BINARY_DIR}/weechat.1
- COMMAND ${A2X_EXECUTABLE} ARGS -a lang=it -a revision='WeeChat ${VERSION}' -a year=`date "+%Y"` -d manpage -f manpage -L -D ${CMAKE_CURRENT_BINARY_DIR} ${CMAKE_CURRENT_SOURCE_DIR}/weechat.1.it.txt
+ COMMAND ${A2X_EXECUTABLE} ARGS -a lang=it -a revision='WeeChat ${VERSION}' -d manpage -f manpage -L -D ${CMAKE_CURRENT_BINARY_DIR} ${CMAKE_CURRENT_SOURCE_DIR}/weechat.1.it.txt
DEPENDS
${CMAKE_CURRENT_SOURCE_DIR}/weechat.1.it.txt
${CMAKE_CURRENT_SOURCE_DIR}/cmdline_options.it.txt
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)
diff --git a/doc/it/weechat.1.it.txt b/doc/it/weechat.1.it.txt
index 7aacb2091..dd41c7260 100644
--- a/doc/it/weechat.1.it.txt
+++ b/doc/it/weechat.1.it.txt
@@ -96,7 +96,7 @@ AUTHORS
WeeChat is written by Sébastien Helleu and contributors (complete list is in
the AUTHORS file).
-Copyright (C) 2003-{year} Sébastien Helleu <flashcode@flashtux.org>
+Copyright (C) 2003-{sys:date "+%Y"} Sébastien Helleu <flashcode@flashtux.org>
WeeChat is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/doc/ja/CMakeLists.txt b/doc/ja/CMakeLists.txt
index 1cf9f4952..2fcf2f427 100644
--- a/doc/ja/CMakeLists.txt
+++ b/doc/ja/CMakeLists.txt
@@ -21,7 +21,7 @@ IF (ENABLE_MAN)
# man page
ADD_CUSTOM_COMMAND(
OUTPUT ${CMAKE_CURRENT_BINARY_DIR}/weechat.1
- COMMAND ${A2X_EXECUTABLE} ARGS -a lang=ja -a revision='WeeChat ${VERSION}' -a year=`date "+%Y"` -d manpage -f manpage -L -D ${CMAKE_CURRENT_BINARY_DIR} ${CMAKE_CURRENT_SOURCE_DIR}/weechat.1.ja.txt
+ COMMAND ${A2X_EXECUTABLE} ARGS -a lang=ja -a revision='WeeChat ${VERSION}' -d manpage -f manpage -L -D ${CMAKE_CURRENT_BINARY_DIR} ${CMAKE_CURRENT_SOURCE_DIR}/weechat.1.ja.txt
DEPENDS
${CMAKE_CURRENT_SOURCE_DIR}/weechat.1.ja.txt
${CMAKE_CURRENT_SOURCE_DIR}/cmdline_options.ja.txt
diff --git a/doc/ja/Makefile.am b/doc/ja/Makefile.am
index d81bc3be9..37a4e32a3 100644
--- a/doc/ja/Makefile.am
+++ b/doc/ja/Makefile.am
@@ -48,7 +48,7 @@ all-local: $(man_targets) $(doc_targets)
# man page
weechat.1: weechat.1.ja.txt cmdline_options.ja.txt
- $(A2X) -a lang=ja -a revision="WeeChat $(VERSION)" -a year=`date "+%Y"` -d manpage -f manpage -L -D . $(abs_top_srcdir)/doc/ja/weechat.1.ja.txt
+ $(A2X) -a lang=ja -a revision="WeeChat $(VERSION)" -d manpage -f manpage -L -D . $(abs_top_srcdir)/doc/ja/weechat.1.ja.txt
# user's guide
weechat_user.ja.html: weechat_user.ja.txt cmdline_options.ja.txt $(wildcard autogen/user/*.txt)
diff --git a/doc/ja/weechat.1.ja.txt b/doc/ja/weechat.1.ja.txt
index ec8da0eaa..f2c97887b 100644
--- a/doc/ja/weechat.1.ja.txt
+++ b/doc/ja/weechat.1.ja.txt
@@ -87,7 +87,7 @@ $HOME/.weechat/weechat.log::
WeeChat は Sébastien Helleu さんと貢献者によって作成されています
(完全なリストは AUTHORS ファイルを参照してください)。
-著作権 (C) 2003-{year} Sébastien Helleu <flashcode@flashtux.org>
+著作権 (C) 2003-{sys:date "+%Y"} Sébastien Helleu <flashcode@flashtux.org>
WeeChat はフリーソフトウェアです。あなたはこれを、フリーソフトウェア財団によって発行された
GNU 一般公衆利用許諾契約書 (バージョン2か、希望によってはそれ以降のバージョンのうちどれか)