small fix
authorbernhardheld <bernhardheld@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Sat, 8 Feb 2003 22:04:20 +0000 (22:04 +0000)
committerbernhardheld <bernhardheld@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Sat, 8 Feb 2003 22:04:20 +0000 (22:04 +0000)
git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@2227 4a8a32a2-be11-0410-ad9d-d568d2c75423

doc/Makefile

index 6f1b3cee755bd65d3954ac850b79b4af536b5ac2..1a25ba07ea3d1158f6b746fdebf1db72013e96e1 100644 (file)
@@ -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