Explorar el Código

doc/doxygen/Makefile.am: Rule to update documentation on web server

Nathalie Furmento hace 12 años
padre
commit
a46429450d
Se han modificado 1 ficheros con 5 adiciones y 0 borrados
  1. 5 0
      doc/doxygen/Makefile.am

+ 5 - 0
doc/doxygen/Makefile.am

@@ -192,5 +192,10 @@ $(DOX_PDF): $(DOX_TAG) refman.tex
 	done; \
 	mv refman.pdf ../$(DOX_PDF)
 
+# Rule to update documentation on web server. Should only be used locally.
+PUBLISHHOST	?= sync
+update-web: $(DOX_PDF)
+	scp -pr starpu.pdf html $(PUBLISHHOST):/web/runtime/html/StarPU/doc
+
 showcheck:
 	-cat /dev/null