Forráskód Böngészése

doc: update rule tu upload doc on web server

Nathalie Furmento 4 éve
szülő
commit
e6107c27d8
2 módosított fájl, 6 hozzáadás és 6 törlés
  1. 3 3
      doc/doxygen/Makefile.am
  2. 3 3
      doc/doxygen_dev/Makefile.am

+ 3 - 3
doc/doxygen/Makefile.am

@@ -301,8 +301,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.pdf html $(PUBLISHHOST):/home/groups/starpu/htdocs/files/doc
+	cp -pr starpu.pdf html $(PUBLISHDIR)
 

+ 3 - 3
doc/doxygen_dev/Makefile.am

@@ -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)