core: rename file NEWS.asciidoc to ReleaseNotes.asciidoc
This commit is contained in:
parent
2d7778292a
commit
59f0927c9b
@ -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)
|
||||
|
@ -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 \
|
||||
|
2
debian/weechat-core.docs
vendored
2
debian/weechat-core.docs
vendored
@ -1,3 +1,3 @@
|
||||
AUTHORS.asciidoc
|
||||
NEWS.asciidoc
|
||||
README.asciidoc
|
||||
ReleaseNotes.asciidoc
|
||||
|
@ -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
|
||||
"
|
||||
|
||||
#
|
||||
|
@ -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*
|
||||
|
Loading…
x
Reference in New Issue
Block a user