Pārlūkot izejas kodu

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

Nathalie Furmento 12 gadi atpakaļ
vecāks
revīzija
a46429450d
1 mainītis faili ar 5 papildinājumiem un 0 dzēšanām
  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