added endings to make tex
This commit is contained in:
@@ -17,11 +17,12 @@ all: linux-24.pdf
|
||||
$(BIB) $*
|
||||
$(LATEX) $*
|
||||
|
||||
# Überprüfe auf "undefined references" im Log-File
|
||||
@if grep -q "undefined references" $*.log; then \
|
||||
# check if "undefined references" in Log-File
|
||||
# using shell commands
|
||||
if grep -q "undefined references" $*.log; then \
|
||||
$(LATEX) $*; \
|
||||
fi
|
||||
|
||||
# remove all created files
|
||||
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