This commit is contained in:
Thomas FORGIONE
2015-09-18 16:33:58 +02:00
parent 509741200b
commit c732342be1
2 changed files with 143 additions and 152 deletions
+3 -3
View File
@@ -6,9 +6,9 @@ pdf: build/main.pdf
build/%.pdf: %.tex FORCE
$(TEXC) -latexoption=-shell-escape $<
cp build/main.pdf build/main.tmp.pdf
gs -sDEVICE=pdfwrite -dCompatibilityLevel=1.4 -dNOPAUSE -dQUIET -dBATCH -sOutputFile=build/main.pdf build/main.tmp.pdf
rm build/main.tmp.pdf
# cp build/main.pdf build/main.tmp.pdf
# gs -sDEVICE=pdfwrite -dCompatibilityLevel=1.4 -dNOPAUSE -dQUIET -dBATCH -sOutputFile=build/main.pdf build/main.tmp.pdf
# rm build/main.tmp.pdf
clean: FORCE
$(TEXC) -c