X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=doc%2Fclean.mk;h=b5cd2e7b9dd109f062fc7e8e34b7c41a458562a5;hb=ae36c610fdb3dfcd4d850c6fe0bf193bd0e455db;hp=18f315e6525c55174a779d128d99f9ce2d3df250;hpb=e3c8365473bdabc09514406cc4018c44a8887f49;p=fw%2Fsdcc diff --git a/doc/clean.mk b/doc/clean.mk index 18f315e6..b5cd2e7b 100644 --- a/doc/clean.mk +++ b/doc/clean.mk @@ -1,14 +1,15 @@ clean: -# The directories are still in CVS, so don't delete them -# rm -rf $(MANUAL).html $(TSS).html - rm -rf $(MANUAL).html/* $(TSS).html/* $(CDB).html + rm -rf $(MANUAL).html $(TSS).html $(CDB).html rm -rf $(MANUAL).txt $(TSS).txt $(CDB).txt \ - *.pdf *.tex *.aux *.dvi *.idx *.ilg \ + *.pdf *.tex *.aux *.dvi *.idx *.ilg *.out\ *.ind *.log *.toc *~ \#* *.ps */*.css */*.pl *.gif core *.glo + rm -rf sdcc-doc sdcc-doc.tar.bz2 + if [ "$(srcdir)" != "." ]; then rm -f *.lyx; fi # Deleting all files created by configuring or building the program # ----------------------------------------------------------------- distclean: clean + rm -f Makefile # Like clean but some files may still exist # -----------------------------------------