From afed274c10a93957f82a009824cafe8d83aa68a8 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Fri, 15 Aug 2008 04:09:42 +0000 Subject: new branches --- LaTeX-Sources/Makefile | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 LaTeX-Sources/Makefile (limited to 'LaTeX-Sources/Makefile') diff --git a/LaTeX-Sources/Makefile b/LaTeX-Sources/Makefile new file mode 100644 index 0000000..f885eeb --- /dev/null +++ b/LaTeX-Sources/Makefile @@ -0,0 +1,12 @@ +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 {}' \; -- cgit v1.2.3