summaryrefslogtreecommitdiffstats
path: root/crawl-ref/dolinks.sh
diff options
context:
space:
mode:
authorDavid Lawrence Ramsey <dolorous@users.sourceforge.net>2009-11-12 08:46:42 -0600
committerDavid Lawrence Ramsey <dolorous@users.sourceforge.net>2009-11-12 08:46:42 -0600
commitfbec8fbe566e3d7e400a6bebec57bcae744aad6c (patch)
tree4ac6a462910831f0ae2d7ef872bd3c0acd272116 /crawl-ref/dolinks.sh
parent03cb73a11319d74a385522b9b04f4e140f11f305 (diff)
downloadcrawl-ref-fbec8fbe566e3d7e400a6bebec57bcae744aad6c.tar.gz
crawl-ref-fbec8fbe566e3d7e400a6bebec57bcae744aad6c.zip
In dolinks.sh, also link .txt files, so we properly get art-data.txt.
Diffstat (limited to 'crawl-ref/dolinks.sh')
-rwxr-xr-xcrawl-ref/dolinks.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/dolinks.sh b/crawl-ref/dolinks.sh
index ed4ecac43d..c6c6c6e862 100755
--- a/crawl-ref/dolinks.sh
+++ b/crawl-ref/dolinks.sh
@@ -3,7 +3,7 @@
dolinks() {
mkdir -p source
cd source
- ln -sf ../../source/*.{cc,h} .
+ ln -sf ../../source/*.{cc,h,txt} .
ln -sf ../../source/makefile* .
ln -sf ../../source/{util,contrib,rltiles,prebuilt,dat} .
}