* doc/Makefile.am
(install_doc_user, install_doc_host, install_doc_dir): Here.
---
doc/Makefile.am | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 91504cc..13af4a6 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -1,4 +1,4 @@
-## Copyright (C) 2003, 2005, 2013 EPITA Research and Development
+## Copyright (C) 2003, 2005, 2013, 2014 EPITA Research and Development
## Laboratory (LRDE)
## This file is part of HAVM. This program is free software; you can
@@ -24,9 +24,9 @@ clean-local:
rm -rf havm.t2d
# 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: havm.html
scp $^ "$(install_doc_user)@$(install_doc_host):$(install_doc_dir)"
--
1.7.10.4