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