* doc/Makefile.am (install-doc-remote): Add nolimips.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 e98381c..d9595b4 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: nolimips.html +install-doc-remote: nolimips.html nolimips.pdf scp $^ "$(install_doc_user)@$(install_doc_host):$(install_doc_dir)"