Selaa lähdekoodia

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

Nathalie Furmento 12 vuotta sitten
vanhempi
commit
a46429450d
1 muutettua tiedostoa jossa 5 lisäystä ja 0 poistoa
  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