summaryrefslogtreecommitdiff
path: root/LaTeX/Makefile
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2008-06-03 21:20:48 +0000
committerPaul Buetow <paul@buetow.org>2008-06-03 21:20:48 +0000
commitff3249f0e5b0ae9e09eee215737eeeb3d5b2208b (patch)
tree25c0f94dd2e1e50df1a6fdbd6de1fc25442451f2 /LaTeX/Makefile
parent1c1f7fdcc8d4fb612fc5b6578c8333c1ed62d982 (diff)
LaTeX
Diffstat (limited to 'LaTeX/Makefile')
-rw-r--r--LaTeX/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/LaTeX/Makefile b/LaTeX/Makefile
index 0ce0604..38f548c 100644
--- a/LaTeX/Makefile
+++ b/LaTeX/Makefile
@@ -6,3 +6,5 @@ clean:
grep -v .tcp | \
grep -v .tex | \
xargs rm
+spell:
+ find ./chapters -name \*.tex -exec sh -c 'aspell -l de_DE -t -c {}' \;