Remove a test command.
This commit is contained in:
1
makefile
1
makefile
@@ -7,7 +7,6 @@ all: clean
|
|||||||
pdflatex ${MASTER}.tex
|
pdflatex ${MASTER}.tex
|
||||||
test -f ${MASTER}-blx.bib && ( bibtex ${MASTER}; pdflatex ${MASTER}.tex )
|
test -f ${MASTER}-blx.bib && ( bibtex ${MASTER}; pdflatex ${MASTER}.tex )
|
||||||
pdflatex ${MASTER}.tex
|
pdflatex ${MASTER}.tex
|
||||||
ls -l ${MASTER}-blx.bib
|
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
@rm -rf *run.xml *-blx.bib *.aux *.bbl *.blg *.brf *.log *.lof *.lot *.lol *.out *.tcp *.toc *.tps *.bak *.backup *.pdfsync *.synctex.gz *.*~
|
@rm -rf *run.xml *-blx.bib *.aux *.bbl *.blg *.brf *.log *.lof *.lot *.lol *.out *.tcp *.toc *.tps *.bak *.backup *.pdfsync *.synctex.gz *.*~
|
||||||
|
|||||||
Reference in New Issue
Block a user