summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source
diff options
context:
space:
mode:
authordshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2007-12-02 10:22:02 +0000
committerdshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2007-12-02 10:22:02 +0000
commit278c7d69e18bc2a10e2530e703164587936328dc (patch)
treeacdcc957af003b1340ecc51f421aaff91ccd2339 /crawl-ref/source
parent57ae10de70746396e8218821fcd8a93b7a4451dc (diff)
downloadcrawl-ref-278c7d69e18bc2a10e2530e703164587936328dc.tar.gz
crawl-ref-278c7d69e18bc2a10e2530e703164587936328dc.zip
Fix MinGW makefile not copying dat/descript/* to rel (Nicholas).
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@2964 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source')
-rw-r--r--crawl-ref/source/makefile.mgw2
1 files changed, 2 insertions, 0 deletions
diff --git a/crawl-ref/source/makefile.mgw b/crawl-ref/source/makefile.mgw
index 58a48d662d..623b94c46c 100644
--- a/crawl-ref/source/makefile.mgw
+++ b/crawl-ref/source/makefile.mgw
@@ -126,9 +126,11 @@ ifneq ($(OPATH),$(INSTALLDIR))
endif
mkdir $(INSTALLDIR)\dat 2>nul || echo "" >nul
mkdir $(INSTALLDIR)\dat\clua 2>null || echo "">nul
+ mkdir $(INSTALLDIR)\dat\descript 2>null || echo "">nul
copy /y dat\*.des $(INSTALLDIR)\dat
copy /y dat\*.txt $(INSTALLDIR)\dat
copy /y dat\clua\*.lua $(INSTALLDIR)\dat\clua
+ copy /y dat\descript\*.txt $(INSTALLDIR)\dat\descript
copy /y ..\init.txt $(INSTALLDIR)
clean: