* device/include/Makefile.in (install),
[fw/sdcc] / doc / Makefile
index 5c27572ada452501f9b7c1abdb640161313acb42..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
-       [ -d $(docdir) ] find $(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: