* doc/Makefile: small fix for install; use clean.mk again
[fw/sdcc] / doc / clean.mk
1 clean:
2 # The directories are still in CVS, so don't delete them
3 #       rm -rf $(MANUAL).html $(TSS).html
4         rm -f $(MANUAL).html/* $(TSS).html/*
5         rm -rf $(MANUAL).txt $(TSS).txt *.pdf *.tex *.aux *.dvi *.idx *.ilg \
6                 *.ind *.log *.toc *~ \#* *.ps */*.css */*.pl *.gif core *.glo
7
8 # Deleting all files created by configuring or building the program
9 # -----------------------------------------------------------------
10 distclean: clean
11
12 # Like clean but some files may still exist
13 # -----------------------------------------
14 mostlyclean: clean
15
16 # Deleting everything that can reconstructed by this Makefile. It deletes
17 # everything deleted by distclean plus files created by bison, etc.
18 # -----------------------------------------------------------------------
19 realclean: distclean