Src=paper-v2 all : dirs tex bib tex tex done one : dirs tex bib done done : @printf "\n\n\n==============================================\n" @printf "see output in $(HOME)/tmp/$(Src).pdf\n" @printf "==============================================\n\n\n" dirs : if [ ! -d $(HOME)/tmp ]; then mkdir $(HOME)/tmp; fi tex : - pdflatex -output-directory=$(HOME)/tmp $(Src) bib : - bibtex $(HOME)/tmp/$(Src) pdfs : make Src=defects one make Src=effort one make Src=months one make Src=threat one