all: FORCE pull: @rsync ${LIGA_RSYNC_OPTS} -q --delete --exclude=.htaccess --exclude=.git --exclude=.gitignore -urPz ${LIGA_REMOTE_WWW_DIR}/ http autocommit: pull @cd http && git diff --quiet || (git add . && git commit -m 'Autocommit' && git push) FORCE: