Avoid "No such file or directory" errors (make docs step)

This commit is contained in:
vsr 2006-05-29 07:45:05 +00:00
parent 50473d96c5
commit 22a36fd5e3

View File

@ -16,7 +16,7 @@ VPATH=.:@srcdir@
docs:
cp -fr $(srcdir)/GEOM ./
-find $(PWD) -name CVS -exec rm -rf {} \;
-find $(PWD) -name CVS -prune -exec rm -rf {} \;
usr_docs: docs
@ -29,7 +29,7 @@ distclean: clean
install:
mkdir -p $(docdir)/gui
cp -rf GEOM $(docdir)/gui
-find $(PWD) -name CVS -exec rm -rf {} \;
-find $(PWD) -name CVS -prune -exec rm -rf {} \;
uninstall:
rm -rf $(docdir)/gui/GEOM