X-Git-Url: https://git.gag.com/?a=blobdiff_plain;ds=sidebyside;f=doc%2Fclean.mk;h=add9f7fa235a7f29f1171cd25e7dad8d0751fb69;hb=0896ad01516dd8b11172b8a9c11cc906039dae19;hp=c3a85bda004571396ef9fef519db8dda6322c744;hpb=cf8d385149b91a4ff4d0064ef448df495f0a7279;p=fw%2Fsdcc diff --git a/doc/clean.mk b/doc/clean.mk index c3a85bda..add9f7fa 100644 --- a/doc/clean.mk +++ b/doc/clean.mk @@ -1,13 +1,14 @@ clean: -# The directories are still in CVS, so don't delete them -# rm -rf $(MANUAL).html $(TSS).html - rm -f $(MANUAL).html/* $(TSS).html/* - rm -rf $(MANUAL).txt $(TSS).txt *.pdf *.tex *.aux *.dvi *.idx *.ilg \ + rm -rf $(MANUAL).html $(TSS).html $(CDB).html + rm -rf $(MANUAL).txt $(TSS).txt $(CDB).txt \ + *.pdf *.tex *.aux *.dvi *.idx *.ilg *.out\ *.ind *.log *.toc *~ \#* *.ps */*.css */*.pl *.gif core *.glo + rm -rf sdcc-doc sdcc-doc.tar.bz2 # Deleting all files created by configuring or building the program # ----------------------------------------------------------------- distclean: clean + rm -f Makefile # Like clean but some files may still exist # -----------------------------------------