Added a "publish" target.
The "publish" target creates a PDF file which has the fonts embedded.
This commit is contained in:
4
makefile
4
makefile
@@ -8,6 +8,10 @@ all: clean
|
|||||||
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
|
||||||
|
|
||||||
|
publish: all
|
||||||
|
@ps2pdf14 -dPDFSETTINGS=/prepress thesis.pdf
|
||||||
|
@mv thesis.pdf.pdf thesis.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 *.*~
|
||||||
@for i in run.xml -blx.bib aux bbl blg brf log lof lot lol out tcp toc tps bak backup pdfsync synctex.gz; do find -name *.$$i -exec rm {} + ; done
|
@for i in run.xml -blx.bib aux bbl blg brf log lof lot lol out tcp toc tps bak backup pdfsync synctex.gz; do find -name *.$$i -exec rm {} + ; done
|
||||||
|
|||||||
Reference in New Issue
Block a user