all: tut ref lib # qua
tut:
latex tut
ref:
touch ref.ind
latex ref
makeindex ref
lib:
touch lib.ind
latex lib
makeindex lib
qua:
latex qua
bibtex qua
clean:
rm -f *~ *.aux *.dvi *.idx *.ilg *.ind *.log *.ps *.toc
# Keep: .tex, .bib, .sty!