diff --git a/Makefile b/Makefile index 7c67d57..5b9baa8 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,8 @@ all: www/programme.html ./parse.sh $< www/programme.html: www/programme.template ${CAT} ./build.sh -deploy: - scp -r www/* lccanon@lifc-home.univ-fcomte.fr:public_html/ +deploy: all + rsync --recursive --copy-links --times --perms --progress www/* \ + lccanon@lifc-home.univ-fcomte.fr:public_html/ clean: -rm ${CAT} data/*.theme data/csv.cat data/csv.theme data/theme.txt www/programme.html 2> /dev/null