From fbec8fbe566e3d7e400a6bebec57bcae744aad6c Mon Sep 17 00:00:00 2001 From: David Lawrence Ramsey Date: Thu, 12 Nov 2009 08:46:42 -0600 Subject: In dolinks.sh, also link .txt files, so we properly get art-data.txt. --- crawl-ref/dolinks.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawl-ref/dolinks.sh') 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} . } -- cgit v1.2.3-54-g00ecf