core: rename file NEWS.asciidoc to ReleaseNotes.asciidoc

v2.8-utf8proc
Sebastien Helleu 2014-03-05 12:21:54 +01:00
parent 2d7778292a
commit 59f0927c9b
6 changed files with 5 additions and 5 deletions

View File

@ -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)

View File

@ -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 \

View File

@ -1,3 +1,3 @@
AUTHORS.asciidoc
NEWS.asciidoc
README.asciidoc
ReleaseNotes.asciidoc

View File

@ -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
"
#

View File

@ -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*