minor changes, mentioned beta vendor support for ds80c400
[fw/sdcc] / doc / Makefile
index b027009665612aa4857abd1b1bad0101f8aae9db..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 $(docdir) -name "CVS" -type d | xargs rm -r
+       rm -rf `find $(docdir) -name CVS -type d`
        rm -f $(docdir)/*/WARNINGS $(docdir)/*/*.pl $(docdir)/*/images.*
 
 uninstall: