mirror of
https://gitlab.cs.fau.de/ik15ydit/latexandmore.git
synced 2024-11-22 03:49:31 +01:00
added Makefile for IDB
This commit is contained in:
parent
f7330e9ade
commit
dbcfcee74c
19
IDB/Makefile
Normal file
19
IDB/Makefile
Normal file
@ -0,0 +1,19 @@
|
||||
all: Braindump_SS16.pdf
|
||||
|
||||
continuous: $(PDF).continuous
|
||||
|
||||
clean: cleanup rmpdf all
|
||||
|
||||
rmpdf:
|
||||
@-rm -f *.pdf
|
||||
|
||||
cleanup:
|
||||
@-rm -f *.aux *.fdb_latexmk *.fls *.log
|
||||
|
||||
%.continuous: %.pdf
|
||||
@latexmk -quiet -jobname=$(@:%.continuous=%) -pvc -pdf $(@:%.continuous=%).tex
|
||||
|
||||
%.pdf: %.tex
|
||||
@latexmk -quiet -jobname=$(@:%.pdf=%) -pdf -halt-on-error $< 1>/dev/null
|
||||
|
||||
.PHONY: all continuous cleanup single clean rmpdf
|
Loading…
Reference in New Issue
Block a user