ref: efe8f0f6f65bf210533d1d1c4a74b90d9afe1d96
parent: b63977758f1073c16cfffc3916200d1e4b21c03b
author: Simon Howard <fraggle@soulsphere.org>
date: Wed Jun 8 19:13:31 EDT 2016
Fix some references broken by markdown change.
--- a/.github/CONTRIBUTING.md
+++ b/.github/CONTRIBUTING.md
@@ -11,7 +11,7 @@
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 @@
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 @@
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
--- a/NEWS.md
+++ b/NEWS.md
@@ -273,7 +273,7 @@
fullscreen or windowed modes, eg. -geometry 640x480w or -geometry
1024x768f. (thanks Mike Swanson)
- ### Doom
+### Doom
* Minor workarounds were added to allow the BFG Edition IWADs to be
used without crashing the game (thanks Fabian Greffrath).
* GUS patch files included with the BFG Edition are now
--- a/pkg/osx/GNUmakefile
+++ b/pkg/osx/GNUmakefile
@@ -71,8 +71,9 @@
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)"
--- a/rpm.spec.in
+++ b/rpm.spec.in
@@ -42,7 +42,7 @@
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 @@
/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 @@
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 @@
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.