latex-letter/makefile
2013-01-14 11:25:21 -07:00

10 lines
218 B
Makefile

letter.pdf: *.tex
pdflatex letter
# scp prospectus.pdf Macintosh.local:~/Desktop/
clean:
rm -f *.aux *.out *.bbl *.blg *.dvi *.log *.pdf *.toc *.eps
spell:
aspell --mode=tex --dont-tex-check-comments check *.tex