From: bernhardheld Date: Sat, 8 Feb 2003 22:04:20 +0000 (+0000) Subject: small fix X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=f478277de402f9997ffeac911382aafc9e80dde2;p=fw%2Fsdcc small fix git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@2227 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- diff --git a/doc/Makefile b/doc/Makefile index 6f1b3cee..1a25ba07 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -44,7 +44,9 @@ $(TSS).html: $(TSS).tex # Deleting all files created by building the program # -------------------------------------------------- clean: - rm -rf $(MANUAL).html $(TSS).html +# The directories are still in CVS, so don't delete them +# rm -rf $(MANUAL).html $(TSS).html + rm -f $(MANUAL).html/* $(TSS).html/* rm -f $(MANUAL).txt $(TSS).txt *.pdf *.dvi *.tex *.ind *.glo *.aux *.idx *.ilg *.log *.toc # Deleting all files created by configuring or building the program