1
0
Fork 0

Merge branch '1.0' of github.com:triAGENS/ArangoDB

This commit is contained in:
Frank Celler 2012-07-28 20:57:35 +02:00
commit d55c1cd49c
1 changed files with 2 additions and 0 deletions

View File

@ -1,6 +1,7 @@
# -*- mode: Makefile; -*-
MANUAL_DST="www@www.arangodb.org:/var/www/www.arangodb.org/avoc/manuals"
IMAGES_DST="www@www.arangodb.org:/var/www/www.arangodb.org/avoc/manuals/images"
################################################################################
## publish
@ -18,6 +19,7 @@ publish-wiki:
publish-html:
$(MAKE) doxygen
@for w in $(WIKI); do scp Doxygen/html/$$w.html $(MANUAL_DST); done
@for i in `ls Doxygen/web/images/*.png`; do scp $$i $(IMAGES_DST); done
publish-pdf:
$(MAKE) latex