Index: trunk/archive/pslib/Makefile
===================================================================
--- trunk/archive/pslib/Makefile	(revision 229)
+++ trunk/archive/pslib/Makefile	(revision 238)
@@ -1,3 +1,3 @@
-# $Id: Makefile,v 1.5 2004-03-13 01:17:57 rhl Exp $
+# $Id: Makefile,v 1.6 2004-03-13 03:38:26 eugene Exp $
 SHELL = /bin/sh
 DIRS = src include
@@ -26,4 +26,7 @@
 	(cd include; doxygen)
 
+publish:
+	rsync -e ssh -auv ./ poiserver0:PSLib/
+
 clean:
 	$(RM) *~ core* TAGS
