diff options
| author | Paul Buetow <paul@buetow.org> | 2008-08-24 23:49:11 +0000 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2008-08-24 23:49:11 +0000 |
| commit | 8136eac3bda1192646f8e464dd50bd11d82fa080 (patch) | |
| tree | fdc03cbe30c51b621f57ffcb5f1cff20f513d072 /LaTeX/Makefile | |
| parent | 366112998354a75975bc82be0915067ef7eb7292 (diff) | |
moved stuff
Diffstat (limited to 'LaTeX/Makefile')
| -rw-r--r-- | LaTeX/Makefile | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/LaTeX/Makefile b/LaTeX/Makefile deleted file mode 100644 index f885eeb..0000000 --- a/LaTeX/Makefile +++ /dev/null @@ -1,12 +0,0 @@ -FILENAME=diplomarbeit -all: - svn info | grep 'Changed Rev' | awk '{ print $$4 }' > revision.tex - rubber -d $(FILENAME).tex -clean: - ls $(FILENAME).* | \ - grep -v .tcp | \ - grep -v .tex | \ - xargs rm - rm -f images/*.pdf -spell: - find ./chapters -name \*.tex -exec sh -c 'aspell -l de_DE -t -c {}' \; |
