summaryrefslogtreecommitdiffstats
path: root/crawl-ref/dolinks.sh
diff options
context:
space:
mode:
authordshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2007-10-25 13:02:05 +0000
committerdshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2007-10-25 13:02:05 +0000
commit45ea038992c6ea1af69437af08d6da3eb3f32aba (patch)
tree432a3ed0439a20ac9ff5c84a45e7c7154085e413 /crawl-ref/dolinks.sh
parentecbea4c802865232609ace69a3858564adb4377c (diff)
downloadcrawl-ref-45ea038992c6ea1af69437af08d6da3eb3f32aba.tar.gz
crawl-ref-45ea038992c6ea1af69437af08d6da3eb3f32aba.zip
[1786778] Fixed dolinks.sh and domake.sh (dolorous).
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@2563 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/dolinks.sh')
-rw-r--r--crawl-ref/dolinks.sh5
1 files changed, 3 insertions, 2 deletions
diff --git a/crawl-ref/dolinks.sh b/crawl-ref/dolinks.sh
index 46815055b0..ed4fd2cb6f 100644
--- a/crawl-ref/dolinks.sh
+++ b/crawl-ref/dolinks.sh
@@ -3,6 +3,7 @@
mkdir -p NORMAL
mkdir -p WIZARD
-pushd NORMAL ; ln -s ../source/*.h ../source/*.cc ../source/makefile* . ; popd
-pushd WIZARD ; ln -s ../source/*.h ../source/*.cc ../source/makefile* . ; popd
+pushd NORMAL ; ln -s ../source/util . ; ln -s ../source/*.h ../source/*.cc ../source/makefile* . ; popd
+pushd WIZARD ; ln -s ../source/util . ; ln -s ../source/*.h ../source/*.cc ../source/makefile* . ; popd
+ln -s source/dat dat