* doc/Makefile.am (install_doc_user, install_doc_host, install_doc_dir): Here. --- doc/Makefile.am | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/doc/Makefile.am b/doc/Makefile.am index 3badbb1..e98381c 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -26,9 +26,9 @@ nolimips_TEXINFOS = \ $(FROM_INST_SET_TEXI_GEN_PY) inst-set.texi.stamp
# Installing the documentation for students. -install_doc_user = akim -install_doc_host = www.lrde.epita.fr -install_doc_dir = www/ccmp/doc +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 scp $^ "$(install_doc_user)@$(install_doc_host):$(install_doc_dir)"