added endings to make tex
This commit is contained in:
@@ -17,11 +17,12 @@ all: linux-24.pdf
|
|||||||
$(BIB) $*
|
$(BIB) $*
|
||||||
$(LATEX) $*
|
$(LATEX) $*
|
||||||
|
|
||||||
# Überprüfe auf "undefined references" im Log-File
|
# check if "undefined references" in Log-File
|
||||||
@if grep -q "undefined references" $*.log; then \
|
# using shell commands
|
||||||
|
if grep -q "undefined references" $*.log; then \
|
||||||
$(LATEX) $*; \
|
$(LATEX) $*; \
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# remove all created files
|
# remove all created files
|
||||||
clean:
|
clean:
|
||||||
rm -f *.pdf *.aux *.log *.bbl *.blg
|
rm -f *.pdf *.aux *.log *.bbl *.blg *.fdb_latexmk *.fls *.synctex.gz
|
||||||
Reference in New Issue
Block a user