Use asciidoc file ending for all asciidoc files
This commit is contained in:
parent
fba765cb8f
commit
0c05c82f77
@ -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})
|
||||
|
@ -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)
|
@ -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)
|
6
debian/weechat-core.docs
vendored
6
debian/weechat-core.docs
vendored
@ -1,3 +1,3 @@
|
||||
AUTHORS
|
||||
NEWS
|
||||
README
|
||||
AUTHORS.asciidoc
|
||||
NEWS.asciidoc
|
||||
README.asciidoc
|
||||
|
@ -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>
|
||||
|
||||
|
@ -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>
|
||||
|
||||
|
@ -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>
|
||||
|
||||
|
@ -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>
|
||||
|
||||
|
@ -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>
|
||||
|
||||
|
@ -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
|
||||
"
|
||||
|
||||
#
|
||||
|
@ -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*
|
||||
|
Loading…
x
Reference in New Issue
Block a user