summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornlanza <nlanza@c06c8d41-db1a-0410-9941-cceddc491573>2006-11-07 05:37:54 +0000
committernlanza <nlanza@c06c8d41-db1a-0410-9941-cceddc491573>2006-11-07 05:37:54 +0000
commit7abe5027488c8f922328869754a37d1cefca51ae (patch)
treeefe42eb62587c4999acea5121eb650ce1b1bacb9
parent39fb1eb12b87c4caae2ac8953c60b2d2a7f93262 (diff)
downloadcrawl-ref-7abe5027488c8f922328869754a37d1cefca51ae.tar.gz
crawl-ref-7abe5027488c8f922328869754a37d1cefca51ae.zip
Catch stray makefile.lnx references in docs/comments.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/branches/stone_soup@352 c06c8d41-db1a-0410-9941-cceddc491573
-rw-r--r--crawl-ref/INSTALL6
-rw-r--r--crawl-ref/source/makefile2
2 files changed, 4 insertions, 4 deletions
diff --git a/crawl-ref/INSTALL b/crawl-ref/INSTALL
index e4e7574e5e..57ddaa5b1d 100644
--- a/crawl-ref/INSTALL
+++ b/crawl-ref/INSTALL
@@ -56,12 +56,12 @@ Building on Linux (or other Unixes)
Unixes such as Solaris (Solaris cc might work, but it's not been tested).
* Make sure you have libcurses or libncurses. If you're using libcurses, edit
- makefile.lnx to match.
+ makefile.unix to match.
* cd to the source directory (you can safely ignore the dolinks.sh and
domake.sh scripts).
-* Edit makefile and make sure that MAKEFILE=makefile.lnx is uncommented and all
+* Edit makefile and make sure that MAKEFILE=makefile.unix is uncommented and all
other MAKEFILE= lines are commented out.
* Edit AppHdr.h and check that SAVE_DIR_PATH, SAVE_PACKAGE_CMD and
@@ -73,7 +73,7 @@ Building on Linux (or other Unixes)
* If you have Lua, you can edit AppHdr.h and uncomment
// #define CLUA_BINDINGS
- then add -llua to your LIB = line in makefile.lnx, and rebuild to compile with
+ then add -llua to your LIB = line in makefile.unix, and rebuild to compile with
Lua support.
diff --git a/crawl-ref/source/makefile b/crawl-ref/source/makefile
index b4de52a08c..712a1711b3 100644
--- a/crawl-ref/source/makefile
+++ b/crawl-ref/source/makefile
@@ -37,7 +37,7 @@ debug:
$(MAKE) $(OTHER) -f $(MAKEFILE) DEBUG_CRAWL=y debug EXTRA_FLAGS='-g -DFULLDEBUG -DWIZARD'
# [dshaligram] The individual makefile need not necessarily support
-# package-source; only makefile.lnx does at the moment.
+# package-source; only makefile.unix does at the moment.
package-source:
$(MAKE) -f $(MAKEFILE) package-source