--- couchdb/Makefile 2009/08/18 12:18:39 248 +++ couchdb/Makefile 2009/08/18 20:56:48 255 @@ -1,5 +1,5 @@ all: - echo "make pull" + @echo "make (push|pull)" -pull: - find . -maxdepth 1 -type d | grep / | cut -d/ -f2 | xargs -i ./design-couch.pl pull pxelator {} +%: + find . -maxdepth 1 -type d | cut -d/ -f2 | grep -v '^\.' | xargs -i ./design-couch.pl $* pxelator {}