Using a variable instead of the file name.
This commit is contained in:
4
Makefile
4
Makefile
@@ -9,8 +9,8 @@ all: clean
|
|||||||
@pdflatex ${MASTER}.tex
|
@pdflatex ${MASTER}.tex
|
||||||
|
|
||||||
publish: all
|
publish: all
|
||||||
@ps2pdf14 -dPDFSETTINGS=/prepress thesis.pdf
|
@ps2pdf14 -dPDFSETTINGS=/prepress ${MASTER}.pdf
|
||||||
@mv thesis.pdf.pdf thesis.pdf
|
@mv ${MASTER}.pdf.pdf ${MASTER}.pdf
|
||||||
|
|
||||||
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