Commit
This commit is contained in:
+8
-1
@@ -2,9 +2,16 @@ TEXC = latexmk -lualatex -output-directory=build
|
||||
|
||||
.PHONY: FORCE
|
||||
|
||||
build/rapprt.pdf: main.tex FORCE
|
||||
build/main.pdf: main.tex FORCE
|
||||
$(TEXC) -latexoption=-shell-escape $<
|
||||
|
||||
compress: build/main.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
|
||||
|
||||
all: build/main.pdf
|
||||
|
||||
clean: FORCE
|
||||
$(TEXC) -c
|
||||
|
||||
|
||||
Reference in New Issue
Block a user