foxygit / doom Log in
commit efe8f0f6f65bf210533d1d1c4a74b90d9afe1d96
Author:     Simon Howard <fraggle@soulsphere.org>
AuthorDate: Wed Jun 8 23:13:31 2016 -0400
Commit:     Simon Howard <fraggle@soulsphere.org>
CommitDate: Wed Jun 8 23:13:31 2016 -0400

    Fix some references broken by markdown change.
---
 .github/CONTRIBUTING.md | 6 +++---
 NEWS.md                 | 2 +-
 pkg/osx/GNUmakefile     | 3 ++-
 rpm.spec.in             | 8 ++++----
 4 files changed, 10 insertions(+), 9 deletions(-)

diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md
index ab6f540e..f4c0abf0 100644
--- a/.github/CONTRIBUTING.md
+++ b/.github/CONTRIBUTING.md
@@ -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
diff --git a/NEWS.md b/NEWS.md
index 174e86d6..fcbfa693 100644
--- 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
diff --git a/pkg/osx/GNUmakefile b/pkg/osx/GNUmakefile
index 948350fc..da7775cf 100644
--- a/pkg/osx/GNUmakefile
+++ b/pkg/osx/GNUmakefile
@@ -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)"
diff --git a/rpm.spec.in b/rpm.spec.in
index 1bc25c10..8ceb3f04 100644
--- a/rpm.spec.in
+++ b/rpm.spec.in
@@ -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.