From 585325c06487d3335ec8ab8c2ff0818073d2d61c Mon Sep 17 00:00:00 2001 From: Jan Philipp Timme Date: Wed, 12 Sep 2018 17:01:15 +0200 Subject: [PATCH] More Makefile flexibility --- Makefile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index a501843..a2c6aea 100644 --- a/Makefile +++ b/Makefile @@ -5,17 +5,15 @@ CA_DOC_NAME="CA-DOC-Master" LAST_EXPORT=`cat LAST_EXPORT` -default: cleanall render_ma +default: cleanall render_ma render_ca_doc render_ma: - mkdir build pdflatex -output-directory build ${MA_NAME}.tex bibtex build/${MA_NAME} pdflatex -output-directory build ${MA_NAME}.tex pdflatex -output-directory build ${MA_NAME}.tex render_ca_doc: - mkdir build pdflatex -output-directory build ${CA_DOC_NAME}.tex #bibtex build/${CA_DOC_NAME} #pdflatex -output-directory build ${CA_DOC_NAME}.tex @@ -25,7 +23,7 @@ clean: cd build; rm -v *.aux *.bbl *.blg *.log *.out *.toc cleanall: - rm -rfv build + rm -rfv build; mkdir build viewer: okular build/${NAME}.pdf