mirror of
https://gitlab.cs.fau.de/ik15ydit/latexandmore.git
synced 2024-11-22 03:49:31 +01:00
remove trailing whitespace
This commit is contained in:
parent
58a14a3c01
commit
552d118a64
@ -1,8 +1,8 @@
|
|||||||
PDF = document
|
PDF = document
|
||||||
|
|
||||||
all: $(PDF)
|
all: $(PDF)
|
||||||
|
|
||||||
continuous: $(PDF).continuous
|
continuous: $(PDF).continuous
|
||||||
|
|
||||||
%.continuous: %.pdf
|
%.continuous: %.pdf
|
||||||
latexmk -jobname=$(@:%.continuous=%) -pvc -pdf $(@:%.continuous=%).tex
|
latexmk -jobname=$(@:%.continuous=%) -pvc -pdf $(@:%.continuous=%).tex
|
||||||
@ -15,8 +15,8 @@ $(PDF): $(PDF).pdf
|
|||||||
clean:
|
clean:
|
||||||
latexmk -c -f $(PDF).tex
|
latexmk -c -f $(PDF).tex
|
||||||
|
|
||||||
distclean:
|
distclean:
|
||||||
latexmk -C -f $(PDF).tex
|
latexmk -C -f $(PDF).tex
|
||||||
rm -f $(PDF).pdf
|
rm -f $(PDF).pdf
|
||||||
|
|
||||||
.PHONY: all clean distclean $(PDF) continuous
|
.PHONY: all clean distclean $(PDF) continuous
|
||||||
|
Loading…
Reference in New Issue
Block a user