Update some .md references

This commit is contained in:
Fabian Homborg 2020-05-28 17:10:21 +02:00
parent e6f5c78d39
commit 382595e1e9
5 changed files with 6 additions and 6 deletions

View File

@ -8,4 +8,4 @@ Fixes issue #
<!-- Just check off what what we know been done so far. We can help you with this stuff. -->
- [ ] Changes to fish usage are reflected in user documentation/manpages.
- [ ] Tests have been added for regressions fixed
- [ ] User-visible changes noted in CHANGELOG.md
- [ ] User-visible changes noted in CHANGELOG.rst

View File

@ -15,7 +15,7 @@ Fish source should limit the C++ features it uses to those available in
C++11. It should not use exceptions.
Before introducing a new dependency, please make it optional with
graceful failure if possible. Add any new dependencies to the README.md
graceful failure if possible. Add any new dependencies to the README.rst
under the *Running* and/or *Building* sections.
Versioning

View File

@ -214,7 +214,7 @@ On RedHat, CentOS, or Amazon EC2:
Contributing Changes to the Code
--------------------------------
See the `Guide for Developers <CONTRIBUTING.md>`__.
See the `Guide for Developers <CONTRIBUTING.rst>`__.
Contact Us
----------

View File

@ -153,7 +153,7 @@ install(DIRECTORY share/tools/web_config
install(FILES ${MANUALS} DESTINATION ${mandir}/man1/ OPTIONAL)
install(DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/user_doc/html/ # Trailing slash is important!
DESTINATION ${docdir} OPTIONAL)
install(FILES CHANGELOG.md DESTINATION ${docdir})
install(FILES CHANGELOG.rst DESTINATION ${docdir})
install(FILES share/lynx.lss DESTINATION ${rel_datadir}/fish/)

View File

@ -87,8 +87,8 @@ make %{?_smp_mflags}
%if 0%{?suse_version}
%suse_update_desktop_file fish "System;TerminalEmulator"
%endif
cp -a README.md %{buildroot}%{_pkgdocdir}
cp -a CONTRIBUTING.md %{buildroot}%{_pkgdocdir}
cp -a README.rst %{buildroot}%{_pkgdocdir}
cp -a CONTRIBUTING.rst %{buildroot}%{_pkgdocdir}
%check
# OpenSUSE does out-of-tree builds and defines __builddir