We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 692164d commit a7ad98fCopy full SHA for a7ad98f
dev.makefile
@@ -12,7 +12,7 @@ jsoncpp-%.tar.gz:
12
curl https://github.com/open-source-parsers/jsoncpp/archive/$*.tar.gz -o $@
13
dox:
14
python doxybuild.py --doxygen=$$(which doxygen) --in doc/web_doxyfile.in
15
- 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/
16
# Then 'git add -A' and 'git push' in jsoncpp-docs.
17
build:
18
mkdir -p build/debug
0 commit comments