FILENAME=diplomarbeit all: rubber -d $(FILENAME).tex clean: ls $(FILENAME).* | \ grep -v .tcp | \ grep -v .tex | \ xargs rm spell: find ./chapters -name \*.tex -exec sh -c 'aspell -l de_DE -t -c {}' \;