gbdk/sdcc/doc/clean.mk
2015-01-10 16:25:09 +01:00

12 lines
351 B
Makefile

# remove intermediate file, not the final pdf's and html's
# because these are needed for the distribution
clean:
rm -rf *.tex *.aux *.dvi *.idx *.ilg *.ind *.log *.toc *~ \#* \
*.ps */*.css */*.pl *.gif core
# now get rid of the generated pdf's and html's as well
superclean: clean
rm -rf *.pdf $(MANUAL).html $(TSS).html
distclean: superclean