- removed dependency from l2hidx.ist (not in the directory and adds an unwanted section)
[fw/sdcc] / doc / clean.mk
index c3a85bda004571396ef9fef519db8dda6322c744..b023de5e79f7ccc7de56b02eb3229e91c389090d 100644 (file)
@@ -1,8 +1,9 @@
 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
 
 # Deleting all files created by configuring or building the program