Skip to content

Commit a7ad98f

Browse files
committed
rsync less
1 parent 692164d commit a7ad98f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: dev.makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jsoncpp-%.tar.gz:
1212
curl https://github.com/open-source-parsers/jsoncpp/archive/$*.tar.gz -o $@
1313
dox:
1414
python doxybuild.py --doxygen=$$(which doxygen) --in doc/web_doxyfile.in
15-
rsync -va --delete dist/doxygen/jsoncpp-api-html-${VER}/ ../jsoncpp-docs/doxygen/
15+
rsync -va -c --delete dist/doxygen/jsoncpp-api-html-${VER}/ ../jsoncpp-docs/doxygen/
1616
# Then 'git add -A' and 'git push' in jsoncpp-docs.
1717
build:
1818
mkdir -p build/debug

0 commit comments

Comments
 (0)