--- couchdb/Makefile 2009/08/30 13:33:09 374 +++ couchdb/Makefile 2009/08/30 13:33:59 375 @@ -1,5 +1,7 @@ +db=pxelator + all: @echo "make (push|pull)" %: - find . -maxdepth 1 -type d | cut -d/ -f2 | grep -v '^\.' | xargs -i ./design-couch.pl $* pxelator {} + ./design-couch.pl $* $(db)