summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog.asciidoc2
-rw-r--r--Makefile.am2
-rw-r--r--ReleaseNotes.asciidoc (renamed from NEWS.asciidoc)0
-rw-r--r--debian/weechat-core.docs2
-rw-r--r--weechat.cygport.in2
-rw-r--r--weechat.spec2
6 files changed, 5 insertions, 5 deletions
diff --git a/ChangeLog.asciidoc b/ChangeLog.asciidoc
index ea329c52d..5cbd340b1 100644
--- a/ChangeLog.asciidoc
+++ b/ChangeLog.asciidoc
@@ -10,7 +10,7 @@ http://weechat.org/files/changelog/ChangeLog-devel.html[here]).
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.asciidoc' in sources).
+(file 'ReleaseNotes.asciidoc' in sources).
== Version 0.4.4 (under dev)
diff --git a/Makefile.am b/Makefile.am
index aaacdce71..a01f46f25 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -30,8 +30,8 @@ SUBDIRS = po doc intl src
EXTRA_DIST = AUTHORS.asciidoc \
ChangeLog.asciidoc \
INSTALL.asciidoc \
- NEWS.asciidoc \
README.asciidoc \
+ ReleaseNotes.asciidoc \
CMakeLists.txt \
config.rpath \
config.h.cmake \
diff --git a/NEWS.asciidoc b/ReleaseNotes.asciidoc
index 5a2b6e9fe..5a2b6e9fe 100644
--- a/NEWS.asciidoc
+++ b/ReleaseNotes.asciidoc
diff --git a/debian/weechat-core.docs b/debian/weechat-core.docs
index 64a06e018..f1fec9b91 100644
--- a/debian/weechat-core.docs
+++ b/debian/weechat-core.docs
@@ -1,3 +1,3 @@
AUTHORS.asciidoc
-NEWS.asciidoc
README.asciidoc
+ReleaseNotes.asciidoc
diff --git a/weechat.cygport.in b/weechat.cygport.in
index 7941d97b1..42ecbbd91 100644
--- a/weechat.cygport.in
+++ b/weechat.cygport.in
@@ -100,8 +100,8 @@ weechat_CONTENTS="
usr/share/doc/weechat/AUTHORS.asciidoc
usr/share/doc/weechat/ChangeLog.asciidoc
usr/share/doc/weechat/COPYING
- usr/share/doc/weechat/NEWS.asciidoc
usr/share/doc/weechat/README.asciidoc
+ usr/share/doc/weechat/ReleaseNotes.asciidoc
"
#
diff --git a/weechat.spec b/weechat.spec
index a3c1d5deb..08cbe9854 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.asciidoc ChangeLog.asciidoc COPYING INSTALL.asciidoc NEWS.asciidoc README.asciidoc
+%doc AUTHORS.asciidoc ChangeLog.asciidoc COPYING INSTALL.asciidoc README.asciidoc ReleaseNotes.asciidoc
%doc %{_docdir}/%{name}/*.html
%{_mandir}/man1/%{name}.1*
%{_mandir}/*/man1/%{name}.1*