1
0
Fork 0
arangodb/Makefile.local

17 lines
504 B
Makefile
Executable File

# -*- mode: Makefile; -*-
MANUAL_DST="fceller@www.avocadodb.org:/srv/www/www.avocadodb.org/avoc/manuals"
################################################################################
## publish
################################################################################
.PHONY: publish
publish:
(cd Doxygen/wiki && git checkout --force && git pull)
$(MAKE) wiki
(cd Doxygen/wiki && git commit -m "`date`" -a; git push)
@for w in $(WIKI); do scp Doxygen/html/$$w.html $(MANUAL_DST); done