From a7ad98fb824bf527b5e82c40de98f0bc366d7adb Mon Sep 17 00:00:00 2001 From: Christopher Dunn Date: Sun, 10 Sep 2017 19:54:23 -0500 Subject: [PATCH] rsync less --- dev.makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev.makefile b/dev.makefile index d288b16..7e4b3fb 100644 --- a/dev.makefile +++ b/dev.makefile @@ -12,7 +12,7 @@ jsoncpp-%.tar.gz: curl https://github.com/open-source-parsers/jsoncpp/archive/$*.tar.gz -o $@ dox: python doxybuild.py --doxygen=$$(which doxygen) --in doc/web_doxyfile.in - rsync -va --delete dist/doxygen/jsoncpp-api-html-${VER}/ ../jsoncpp-docs/doxygen/ + rsync -va -c --delete dist/doxygen/jsoncpp-api-html-${VER}/ ../jsoncpp-docs/doxygen/ # Then 'git add -A' and 'git push' in jsoncpp-docs. build: mkdir -p build/debug