Skip to content

Commit

Permalink
rsync less
Browse files Browse the repository at this point in the history
  • Loading branch information
cdunn2001 committed Sep 11, 2017
1 parent 692164d commit a7ad98f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev.makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a7ad98f

Please sign in to comment.