mirror of
https://gitlab.cs.fau.de/ik15ydit/latexandmore.git
synced 2024-11-25 13:09:32 +01:00
makefilefix
This commit is contained in:
parent
7710fd65ac
commit
3c92a4e7c3
@ -1,22 +1,11 @@
|
||||
PDF = Konfluenz Koinduktion_reduktion Struckturelle_Induktion Polynomordnung SystemF
|
||||
|
||||
all: $(PDF)
|
||||
all: Konfluenz.pdf Koinduktion_reduktion.pdf Struckturelle_Induktion.pdf Polynomordnung.pdf SystemF.pdf
|
||||
|
||||
continuous: $(PDF).continuous
|
||||
|
||||
%.continuous: %.pdf
|
||||
latexmk -jobname=$(@:%.continuous=%) -pvc -pdf $(@:%.continuous=%).tex
|
||||
|
||||
$(PDF): $(PDF).pdf
|
||||
|
||||
%.pdf: %.tex
|
||||
latexmk -jobname=$(@:%.pdf=%) -pdf $<
|
||||
|
||||
clean:
|
||||
latexmk -c -f $(PDF).tex
|
||||
|
||||
distclean:
|
||||
latexmk -C -f $(PDF).tex
|
||||
rm -f $(PDF).pdf
|
||||
|
||||
.PHONY: all clean distclean $(PDF) continuous
|
||||
.PHONY: all continuous
|
||||
|
Loading…
Reference in New Issue
Block a user