summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/makefile.unix
diff options
context:
space:
mode:
authordshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2007-08-15 18:44:14 +0000
committerdshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2007-08-15 18:44:14 +0000
commit54f595ca30391a4e95ae1f46706d9c7cc5a6b6a8 (patch)
tree768876b87074ecf753d9fe39250df669240c4500 /crawl-ref/source/makefile.unix
parent4b21d1d60d5d7623ba938a57a4741d8e2d0caf9b (diff)
downloadcrawl-ref-54f595ca30391a4e95ae1f46706d9c7cc5a6b6a8.tar.gz
crawl-ref-54f595ca30391a4e95ae1f46706d9c7cc5a6b6a8.zip
Fixed lua_file not being processed correctly when Crawl is installed with
make install. Fixed makefile.unix to copy description text files to the right places. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@2004 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/makefile.unix')
-rw-r--r--crawl-ref/source/makefile.unix1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/makefile.unix b/crawl-ref/source/makefile.unix
index 7563a43c4c..bd3c82a7ba 100644
--- a/crawl-ref/source/makefile.unix
+++ b/crawl-ref/source/makefile.unix
@@ -218,6 +218,7 @@ endif
mkdir -p $(DATADIR)/dat/clua
cp dat/*.des $(DATADIR)/dat
cp dat/*.txt $(DATADIR)/dat
+ cp -r dat/descript $(DATADIR)/dat
cp dat/clua/*.lua $(DATADIR)/dat/clua
cp -r lua $(DATADIR)/dat
mkdir -p $(DATADIR)/docs