Index: trunk/Ohana/src/opihi/pantasks/Makefile
===================================================================
--- trunk/Ohana/src/opihi/pantasks/Makefile	(revision 4689)
+++ trunk/Ohana/src/opihi/pantasks/Makefile	(revision 4691)
@@ -133,3 +133,3 @@
 	rm -f $(HOME)/$*/help/*~
 	rm -f $(HOME)/$*/help/#*
-	cp $(HOME)/$*/help/* $(DESTHLP)/
+	for i in `find $(HOME)/$*/help -type f -maxdepth 1`; do cp -f $$i $(DESTHLP); done
