git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@3161
4a8a32a2-be11-0410-ad9d-
d568d2c75423
Slade Rich fixed an optimization bug
* src/pic/pcodepeep.c,
* src/pic/pcoderegs.c
+ * doc/Makefile (install): added test for directory
2004-01-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
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 {} \;
+ [ -d $(docdir) ] find $(docdir) -name CVS -type d -exec rm -r {} \;
rm -f $(docdir)/*/WARNINGS $(docdir)/*/*.pl $(docdir)/*/images.*
uninstall: