* doc/sdccman.lyx: added more pic16 port documentation
[fw/sdcc] / doc / Makefile
index d014b034520443e1ca1b07f69b63d8c16cd3c340..25f75328bf2295837a514c4bb3c39d7c3d5d42e9 100644 (file)
@@ -17,7 +17,7 @@ install:
        if [ -f $(MANUAL).pdf             ]; then cp -rf $(MANUAL).pdf  $(docdir); fi
        if [ -f $(TSS).pdf                ]; then cp -rf $(TSS).pdf     $(docdir); fi
        if [ -f $(CDB).pdf                ]; then cp -rf $(CDB).pdf     $(docdir); fi
-       find -d $(docdir) -name CVS -type d -exec rm -r {} \;
+       rm -rf `find $(docdir) -name CVS -type d`
        rm -f $(docdir)/*/WARNINGS $(docdir)/*/*.pl $(docdir)/*/images.*
 
 uninstall: