From f478277de402f9997ffeac911382aafc9e80dde2 Mon Sep 17 00:00:00 2001 From: bernhardheld Date: Sat, 8 Feb 2003 22:04:20 +0000 Subject: [PATCH] small fix git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@2227 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- doc/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 -- 2.47.2