|
@@ -245,8 +245,8 @@ endif
|
|
|
EXTRA_DIST += doxygen.cfg refman.tex \
|
|
|
$(chapters) $(images)
|
|
|
|
|
|
-# Rule to update documentation on web server. Should only be used locally.
|
|
|
-PUBLISHHOST ?= gforge
|
|
|
+# Rule to update documentation on web server. Should only be called from benchmarks dalton directory
|
|
|
+PUBLISHDIR ?= /home/benchmarks/softs/starpu/starpu-scripts/mirror/files/doc
|
|
|
update-web: $(DOX_PDF)
|
|
|
- scp -pr starpu_dev.pdf html_dev $(PUBLISHHOST):/home/groups/starpu/htdocs/files/doc
|
|
|
+ cp -pr starpu_dev.pdf html_dev $(PUBLISHDIR)
|
|
|
|