rm -f clm.dvi *.idx *.ilg *.ind clm.ps *.toc *~ *.aux *.cb *.log 
rm -f clm.pdf
latex clm.tex && latex clm.tex && makeindex all.idx && makeindex functions.idx && makeindex macros.idx && makeindex variables.idx && makeindex constants.idx && makeindex generics.idx && makeindex specials.idx && makeindex loops.idx && latex clm.tex && dvips clm.dvi && ps2pdf clm.ps


