mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-22 10:30:28 +08:00
Update some .md references
This commit is contained in:
parent
e6f5c78d39
commit
382595e1e9
2
.github/PULL_REQUEST_TEMPLATE.md
vendored
2
.github/PULL_REQUEST_TEMPLATE.md
vendored
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
----------
|
||||
|
|
|
@ -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/)
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user