summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Hveem <tor@hveem.no>2014-03-04 16:11:18 +0100
committerTor Hveem <tor@hveem.no>2014-03-04 23:39:07 +0100
commit0c05c82f7704c83aee8ac2e649027835c6eb5996 (patch)
treee4255e0fc29b4ea90977bc66fabfe7973c74ca93
parentfba765cb8f8d092f39c17278e3f672d2c48f6a4f (diff)
downloadweechat-0c05c82f7704c83aee8ac2e649027835c6eb5996.zip
Use asciidoc file ending for all asciidoc files
-rw-r--r--AUTHORS.asciidoc (renamed from AUTHORS)0
-rw-r--r--CMakeLists.txt2
-rw-r--r--ChangeLog.asciidoc (renamed from ChangeLog)2
-rw-r--r--INSTALL.asciidoc (renamed from INSTALL)0
-rw-r--r--NEWS.asciidoc (renamed from NEWS)2
-rw-r--r--README.asciidoc (renamed from README)0
-rw-r--r--debian/weechat-core.docs6
-rw-r--r--doc/de/weechat.1.de.txt2
-rw-r--r--doc/en/weechat.1.en.txt2
-rw-r--r--doc/fr/weechat.1.fr.txt2
-rw-r--r--doc/it/weechat.1.it.txt2
-rw-r--r--doc/ja/weechat.1.ja.txt2
-rw-r--r--weechat.cygport.in8
-rw-r--r--weechat.spec2
14 files changed, 16 insertions, 16 deletions
diff --git a/AUTHORS b/AUTHORS.asciidoc
index 51141c39b..51141c39b 100644
--- a/AUTHORS
+++ b/AUTHORS.asciidoc
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 02554e415..b1301cc82 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -151,7 +151,7 @@ INSTALL(FILES ${CMAKE_CURRENT_SOURCE_DIR}/weechat.png DESTINATION ${SHAREDIR}/ic
# packages
SET(CPACK_PACKAGE_DESCRIPTION_SUMMARY "Fast, light and extensible chat client")
SET(CPACK_PACKAGE_VENDOR "Sébastien Helleu")
-SET(CPACK_PACKAGE_DESCRIPTION_FILE "${CMAKE_CURRENT_SOURCE_DIR}/README")
+SET(CPACK_PACKAGE_DESCRIPTION_FILE "${CMAKE_CURRENT_SOURCE_DIR}/README.asciidoc")
SET(CPACK_RESOURCE_FILE_LICENSE "${CMAKE_CURRENT_SOURCE_DIR}/COPYING")
SET(CPACK_PACKAGE_VERSION_MAJOR ${VERSION_MAJOR})
SET(CPACK_PACKAGE_VERSION_MINOR ${VERSION_MINOR})
diff --git a/ChangeLog b/ChangeLog.asciidoc
index 0f2ef2a40..ca9d091b5 100644
--- a/ChangeLog
+++ b/ChangeLog.asciidoc
@@ -8,7 +8,7 @@ This document lists all changes for each version.
For a list of important changes that require manual action, please look at
http://weechat.org/files/releasenotes/ReleaseNotes-devel.html[release notes]
-(file 'NEWS' in sources).
+(file 'NEWS.asciidoc' in sources).
== Version 0.4.4 (under dev)
diff --git a/INSTALL b/INSTALL.asciidoc
index 646b9b83c..646b9b83c 100644
--- a/INSTALL
+++ b/INSTALL.asciidoc
diff --git a/NEWS b/NEWS.asciidoc
index 14ed98c8a..74bed35e9 100644
--- a/NEWS
+++ b/NEWS.asciidoc
@@ -10,7 +10,7 @@ version.
For a complete list of changes, please look at
http://weechat.org/files/changelog/ChangeLog-devel.html[ChangeLog]
-(file 'ChangeLog' in sources).
+(file 'ChangeLog.asciidoc' in sources).
== Version 0.4.4 (under dev)
diff --git a/README b/README.asciidoc
index 36b6985dc..36b6985dc 100644
--- a/README
+++ b/README.asciidoc
diff --git a/debian/weechat-core.docs b/debian/weechat-core.docs
index 6f83607c1..64a06e018 100644
--- a/debian/weechat-core.docs
+++ b/debian/weechat-core.docs
@@ -1,3 +1,3 @@
-AUTHORS
-NEWS
-README
+AUTHORS.asciidoc
+NEWS.asciidoc
+README.asciidoc
diff --git a/doc/de/weechat.1.de.txt b/doc/de/weechat.1.de.txt
index 60d040f82..774e8a9bd 100644
--- a/doc/de/weechat.1.de.txt
+++ b/doc/de/weechat.1.de.txt
@@ -86,7 +86,7 @@ $HOME/.weechat/weechat.log::
== AUTOREN
WeeChat ist programmiert von Sébastien Helleu und Beitragenden (eine vollständige Auflistung
-findet man in der AUTHORS Datei).
+findet man in der AUTHORS.asciidoc Datei).
Copyright (C) 2003-{sys:date "+%Y"} Sébastien Helleu <flashcode@flashtux.org>
diff --git a/doc/en/weechat.1.en.txt b/doc/en/weechat.1.en.txt
index d289ac006..9385f123e 100644
--- a/doc/en/weechat.1.en.txt
+++ b/doc/en/weechat.1.en.txt
@@ -85,7 +85,7 @@ $HOME/.weechat/weechat.log::
== AUTHORS
WeeChat is written by Sébastien Helleu and contributors (complete list is in
-the AUTHORS file).
+the AUTHORS.asciidoc file).
Copyright (C) 2003-{sys:date "+%Y"} Sébastien Helleu <flashcode@flashtux.org>
diff --git a/doc/fr/weechat.1.fr.txt b/doc/fr/weechat.1.fr.txt
index 0d04a890c..ddbbb6e15 100644
--- a/doc/fr/weechat.1.fr.txt
+++ b/doc/fr/weechat.1.fr.txt
@@ -87,7 +87,7 @@ $HOME/.weechat/weechat.log::
== AUTEURS
WeeChat est écrit par Sébastien Helleu et des contributeurs (la liste complète
-est dans le fichier AUTHORS).
+est dans le fichier AUTHORS.asciidoc).
Copyright (C) 2003-{sys:date "+%Y"} Sébastien Helleu <flashcode@flashtux.org>
diff --git a/doc/it/weechat.1.it.txt b/doc/it/weechat.1.it.txt
index 744e27dc5..ee6cd8126 100644
--- a/doc/it/weechat.1.it.txt
+++ b/doc/it/weechat.1.it.txt
@@ -86,7 +86,7 @@ $HOME/.weechat/weechat.log::
== AUTHORS
WeeChat is written by Sébastien Helleu and contributors (complete list is in
-the AUTHORS file).
+the AUTHORS.asciidoc file).
Copyright (C) 2003-{sys:date "+%Y"} Sébastien Helleu <flashcode@flashtux.org>
diff --git a/doc/ja/weechat.1.ja.txt b/doc/ja/weechat.1.ja.txt
index f26b49330..70cd969cb 100644
--- a/doc/ja/weechat.1.ja.txt
+++ b/doc/ja/weechat.1.ja.txt
@@ -84,7 +84,7 @@ $HOME/.weechat/weechat.log::
== 著者
WeeChat は Sébastien Helleu さんと貢献者によって作成されています
-(完全なリストは AUTHORS ファイルを参照してください)。
+(完全なリストは AUTHORS.asciidoc ファイルを参照してください)。
著作権 (C) 2003-{sys:date "+%Y"} Sébastien Helleu <flashcode@flashtux.org>
diff --git a/weechat.cygport.in b/weechat.cygport.in
index 3b9f8ee91..7941d97b1 100644
--- a/weechat.cygport.in
+++ b/weechat.cygport.in
@@ -97,11 +97,11 @@ weechat_CONTENTS="
usr/share/locale/
usr/share/icons/
usr/share/man/
- usr/share/doc/weechat/AUTHORS
- usr/share/doc/weechat/ChangeLog
+ usr/share/doc/weechat/AUTHORS.asciidoc
+ usr/share/doc/weechat/ChangeLog.asciidoc
usr/share/doc/weechat/COPYING
- usr/share/doc/weechat/NEWS
- usr/share/doc/weechat/README
+ usr/share/doc/weechat/NEWS.asciidoc
+ usr/share/doc/weechat/README.asciidoc
"
#
diff --git a/weechat.spec b/weechat.spec
index fed89ee82..a3c1d5deb 100644
--- a/weechat.spec
+++ b/weechat.spec
@@ -65,7 +65,7 @@ rm -rf $RPM_BUILD_ROOT
%files -f %{name}.lang
%defattr(-,root,root,0755)
-%doc AUTHORS ChangeLog COPYING INSTALL NEWS README
+%doc AUTHORS.asciidoc ChangeLog.asciidoc COPYING INSTALL.asciidoc NEWS.asciidoc README.asciidoc
%doc %{_docdir}/%{name}/*.html
%{_mandir}/man1/%{name}.1*
%{_mandir}/*/man1/%{name}.1*