mirror of
https://gitlab.cs.fau.de/ik15ydit/latexandmore.git
synced 2024-11-22 11:49:32 +01:00
added Makefiles
This commit is contained in:
parent
7ab29b6c61
commit
5e30c7ef38
22
horschtey_zusammenfassungen/aud/Makefile
Normal file
22
horschtey_zusammenfassungen/aud/Makefile
Normal file
@ -0,0 +1,22 @@
|
|||||||
|
PDF = document
|
||||||
|
|
||||||
|
all: $(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
|
22
horschtey_zusammenfassungen/gti/Makefile
Normal file
22
horschtey_zusammenfassungen/gti/Makefile
Normal file
@ -0,0 +1,22 @@
|
|||||||
|
PDF = document
|
||||||
|
|
||||||
|
all: $(PDF)
|
||||||
|
|
||||||
|
continuous: $(PDF).continuous
|
||||||
|
|
||||||
|
%.continuous: %.pdf
|
||||||
|
latexmk -jobname=$(@:%.continuous=%) -pvc -pdf $(@:%.continuous=%).tex
|
||||||
|
|
||||||
|
$(PDF): $(PDF).pdf
|
||||||
|
|
||||||
|
%.pdf: %.tex
|
||||||
|
latexmk -jobname=$(@:%.pdf=%) -pdf -f $<
|
||||||
|
|
||||||
|
clean:
|
||||||
|
latexmk -c -f $(PDF).tex
|
||||||
|
|
||||||
|
distclean:
|
||||||
|
latexmk -C -f $(PDF).tex
|
||||||
|
rm -f $(PDF).pdf
|
||||||
|
|
||||||
|
.PHONY: all clean distclean $(PDF) continuous
|
22
horschtey_zusammenfassungen/konzmod/Makefile
Normal file
22
horschtey_zusammenfassungen/konzmod/Makefile
Normal file
@ -0,0 +1,22 @@
|
|||||||
|
PDF = document2
|
||||||
|
|
||||||
|
all: $(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
|
22
horschtey_zusammenfassungen/mathe/Makefile
Normal file
22
horschtey_zusammenfassungen/mathe/Makefile
Normal file
@ -0,0 +1,22 @@
|
|||||||
|
PDF = document
|
||||||
|
|
||||||
|
all: $(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
|
Loading…
Reference in New Issue
Block a user