* doc/Makefile.am (install-doc-remote): Add havm.pdf as prerequisite. --- doc/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/Makefile.am b/doc/Makefile.am index 8f7a632..24c02fa 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -30,5 +30,5 @@ install_doc_user = tiger install_doc_host = perso.lrde.epita.fr install_doc_dir = www/doc .PHONY: install-doc-remote -install-doc-remote: havm.html +install-doc-remote: havm.html havm.pdf scp $^ "$(install_doc_user)@$(install_doc_host):$(install_doc_dir)"