Added bug cases. Added decent support for distclean
[fw/sdcc] / doc / clean.mk
1 # remove intermediate file, not the final pdf's and html's
2 # because these are needed for the distribution
3 clean:
4         rm -rf *.tex *.aux *.dvi *.idx *.ilg *.ind *.log *.toc *~ \#* \
5                 *.ps */*.css */*.pl *.gif core
6
7 # now get rid of the generated pdf's and html's as well
8 superclean: clean
9         rm -rf *.pdf $(MANUAL).html $(TSS).html
10
11 distclean: superclean