Integrated tests into makefile

This commit is contained in:
Thomas Schwery 2011-03-08 23:34:11 +01:00
parent b8a5b8841f
commit 5cbd00fd52

View file

@ -24,3 +24,6 @@ individ-clean:
rubber --clean ${INDIVID_FOLDER}/*.tex; rubber --clean ${INDIVID_FOLDER}/*.tex;
rm -f ${INDIVID_FOLDER}/*.tex rm -f ${INDIVID_FOLDER}/*.tex
rm -f *.pdf rm -f *.pdf
check:
sh syntax_check.sh --folder ${CHAPTERS}