Просмотр исходного кода

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

Nathalie Furmento лет назад: 12
Родитель
Сommit
a46429450d
1 измененных файлов с 5 добавлено и 0 удалено
  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