latex-letter/makefile

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