summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorfelix <felix@seconddrawer.com.au>2010-01-02 05:55:31 +0000
committerfelix <felix@seconddrawer.com.au>2010-01-02 05:55:31 +0000
commitd7b1d7af99ee3fd94d3b5f5802a650feae70dbd7 (patch)
treec575e16df984780b6b58f7b5757c46c7d08867a2 /Rakefile
parent6ac1aad1060e967b7b19af0c775dbb0494ad0708 (diff)
downloadlearning_lahu-master.tar.gz
learning_lahu-master.tar.bz2
removed excercisesHEADmaster
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index 11623e4..75f0075 100644
--- a/Rakefile
+++ b/Rakefile
@@ -8,7 +8,7 @@ SRC = FileList.new("*.tex","*.sty")
file "learning_lahu.pdf" => SRC do
sh %{xelatex learning_lahu.tex}
- sh %{xelatex learning_lahu.tex}
+# sh %{xelatex learning_lahu.tex}
sh %{makeindex learning_lahu}
sh %{xelatex learning_lahu.tex}
end