diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2013-10-19 12:52:45 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2013-10-19 12:52:45 +0200 |
commit | 43c1280343167db65211fc16427e8b8ac4d0ab20 (patch) | |
tree | f68fd0b84295c6b3316d4c9d89ddf288bb3147d8 /doc | |
parent | ce7eb3ac7346ce7f924de9688b630bcf08ee1dba (diff) | |
download | weechat-43c1280343167db65211fc16427e8b8ac4d0ab20.zip |
doc: use asciidoc attribute for year in copyright of man page
Diffstat (limited to 'doc')
-rw-r--r-- | doc/de/CMakeLists.txt | 2 | ||||
-rw-r--r-- | doc/de/Makefile.am | 2 | ||||
-rw-r--r-- | doc/de/weechat.1.de.txt | 2 | ||||
-rw-r--r-- | doc/en/CMakeLists.txt | 2 | ||||
-rw-r--r-- | doc/en/Makefile.am | 2 | ||||
-rw-r--r-- | doc/en/weechat.1.en.txt | 2 | ||||
-rw-r--r-- | doc/fr/CMakeLists.txt | 2 | ||||
-rw-r--r-- | doc/fr/Makefile.am | 2 | ||||
-rw-r--r-- | doc/fr/weechat.1.fr.txt | 2 | ||||
-rw-r--r-- | doc/it/CMakeLists.txt | 2 | ||||
-rw-r--r-- | doc/it/Makefile.am | 2 | ||||
-rw-r--r-- | doc/it/weechat.1.it.txt | 2 | ||||
-rw-r--r-- | doc/ja/CMakeLists.txt | 2 | ||||
-rw-r--r-- | doc/ja/Makefile.am | 2 | ||||
-rw-r--r-- | doc/ja/weechat.1.ja.txt | 2 |
15 files changed, 15 insertions, 15 deletions
diff --git a/doc/de/CMakeLists.txt b/doc/de/CMakeLists.txt index 583a1ef48..0d3d108c9 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}' -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}' -a year=`date "+%Y"` -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 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) diff --git a/doc/de/weechat.1.de.txt b/doc/de/weechat.1.de.txt index c3f28ccf8..b5e592bae 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-2013 Sébastien Helleu <flashcode@flashtux.org> +Copyright (C) 2003-{year} 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 dd310de53..e7b6b8ae1 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}' -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}' -a year=`date "+%Y"` -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 d219e9954..8db508578 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)" -d manpage -f manpage -L -D . $(abs_top_srcdir)/doc/en/weechat.1.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 # 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 e608fed2f..7244a762f 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-2013 Sébastien Helleu <flashcode@flashtux.org> +Copyright (C) 2003-{year} 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 0fe4f734a..0bda22f43 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}' -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}' -a year=`date "+%Y"` -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 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) diff --git a/doc/fr/weechat.1.fr.txt b/doc/fr/weechat.1.fr.txt index fa3626f4b..663cc9fe6 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-2013 Sébastien Helleu <flashcode@flashtux.org> +Copyright (C) 2003-{year} 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 a99492def..e6b8b8168 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}' -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}' -a year=`date "+%Y"` -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 b8f6fdcea..7af7e32d1 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)" -d manpage -f manpage -L -D . $(abs_top_srcdir)/doc/it/weechat.1.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 # 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 abd0a912f..7aacb2091 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-2013 Sébastien Helleu <flashcode@flashtux.org> +Copyright (C) 2003-{year} 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 2fcf2f427..1cf9f4952 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}' -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}' -a year=`date "+%Y"` -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 37a4e32a3..d81bc3be9 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)" -d manpage -f manpage -L -D . $(abs_top_srcdir)/doc/ja/weechat.1.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 # 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 c453f9571..ec8da0eaa 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-2013 Sébastien Helleu <flashcode@flashtux.org> +著作権 (C) 2003-{year} Sébastien Helleu <flashcode@flashtux.org> WeeChat はフリーソフトウェアです。あなたはこれを、フリーソフトウェア財団によって発行された GNU 一般公衆利用許諾契約書 (バージョン2か、希望によってはそれ以降のバージョンのうちどれか) |