From 1a3c3bcc8ed71d4968f589080a09d374464738b3 Mon Sep 17 00:00:00 2001 From: Jan Steemann Date: Thu, 26 Jul 2012 14:36:05 +0200 Subject: [PATCH] issue #127: add images for HTML documentation --- Makefile.local | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile.local b/Makefile.local index 2fc4107796..811209c7a5 100644 --- a/Makefile.local +++ b/Makefile.local @@ -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