Fix some references broken by markdown change.
This commit is contained in:
parent
b63977758f
commit
efe8f0f6f6
4 changed files with 10 additions and 9 deletions
6
.github/CONTRIBUTING.md
vendored
6
.github/CONTRIBUTING.md
vendored
|
|
@ -11,7 +11,7 @@ terms. To report violations, please send an email to fraggle@gmail.com.
|
|||
Before reporting a bug, it's worth checking if this really is a bug.
|
||||
Chocolate Doom's mission is to reproduce the Vanilla (DOS) versions of
|
||||
the Doom engine games, bugs and all. Check out the
|
||||
[NOT-BUGS](../NOT-BUGS) file for a list of common issues which aren't
|
||||
[NOT-BUGS](../NOT-BUGS.md) file for a list of common issues which aren't
|
||||
really bugs at all. You might also try searching [the GitHub issues
|
||||
list](https://github.com/chocolate-doom/chocolate-doom/issues) to see
|
||||
if your bug has already been reported.
|
||||
|
|
@ -39,7 +39,7 @@ Please try to give as much information as possible:
|
|||
|
||||
Chocolate Doom is always open to new feature requests; however, please
|
||||
be aware that the project is designed around a deliberately limited
|
||||
[philosophy](../PHILOSOPHY), and many features common in other source
|
||||
[philosophy](../PHILOSOPHY.md), and many features common in other source
|
||||
ports will not be accepted. Here are a few common requests which are
|
||||
often rejected:
|
||||
|
||||
|
|
@ -68,7 +68,7 @@ following guidelines before opening a pull request:
|
|||
to license it under the GPL.
|
||||
|
||||
* Please follow the coding style guidelines described in the
|
||||
[HACKING](../HACKING) file.
|
||||
[HACKING](../HACKING.md) file.
|
||||
|
||||
* The guidelines given above in the "feature requests" section also
|
||||
apply here. New features which aren't in line with the project
|
||||
|
|
|
|||
|
|
@ -71,8 +71,9 @@ $(STAGING_DIR): launcher $(TOPLEVEL_DOCS)
|
|||
mkdir -p "$(APP_DOC_DIR)"
|
||||
cp $(TOPLEVEL_DOCS) "$(APP_DOC_DIR)"
|
||||
|
||||
mv "$(APP_DOC_DIR)/README.md" "$(APP_DOC_DIR)/README"
|
||||
ln -s "$(APP_DOC_RELDIR)/COPYING" "$(STAGING_DIR)/Software License"
|
||||
ln -s "$(APP_DOC_RELDIR)/README.md" "$(STAGING_DIR)/README.md"
|
||||
ln -s "$(APP_DOC_RELDIR)/README" "$(STAGING_DIR)/README"
|
||||
ln -s /Applications "$(STAGING_DIR)"
|
||||
|
||||
cp launcher "$(APP_BIN_DIR)"
|
||||
|
|
|
|||
|
|
@ -42,7 +42,7 @@ make
|
|||
rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
%description
|
||||
%(sed -n "/==/ q; p " < README)
|
||||
%(sed -n "/##/ q; p " < README.md)
|
||||
|
||||
See @PACKAGE_URL@ for more information.
|
||||
|
||||
|
|
@ -65,7 +65,7 @@ Requires: libSDL-1.2.so.0, libSDL_mixer-1.2.so.0, libSDL_net-1.2.so.0
|
|||
/usr/share/applications/*
|
||||
|
||||
%description -n @PROGRAM_PREFIX@heretic
|
||||
%(sed -n "/==/ q; p " < README)
|
||||
%(sed -n "/##/ q; p " < README.md)
|
||||
|
||||
These are the Heretic binaries.
|
||||
|
||||
|
|
@ -85,7 +85,7 @@ Group: Amusements/Games
|
|||
Requires: libSDL-1.2.so.0, libSDL_mixer-1.2.so.0, libSDL_net-1.2.so.0
|
||||
|
||||
%description -n @PROGRAM_PREFIX@hexen
|
||||
%(sed -n "/==/ q; p " < README)
|
||||
%(sed -n "/##/ q; p " < README.md)
|
||||
|
||||
These are the Hexen binaries.
|
||||
|
||||
|
|
@ -105,7 +105,7 @@ Group: Amusements/Games
|
|||
Requires: libSDL-1.2.so.0, libSDL_mixer-1.2.so.0, libSDL_net-1.2.so.0
|
||||
|
||||
%description -n @PROGRAM_PREFIX@strife
|
||||
%(sed -n "/==/ q; p " < README)
|
||||
%(sed -n "/##/ q; p " < README.md)
|
||||
|
||||
These are the Strife binaries.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue