Commit 40725eaf2a3f0a947fdbc0db881b953dc02fdf39

Authored by Louis-Claude Canon
1 parent 67cec455c8
Exists in master

New deployment rule

Showing 1 changed file with 3 additions and 2 deletions Side-by-side Diff

... ... @@ -7,8 +7,9 @@
7 7 ./parse.sh $<
8 8 www/programme.html: www/programme.template ${CAT}
9 9 ./build.sh
10   -deploy:
11   - scp -r www/* lccanon@lifc-home.univ-fcomte.fr:public_html/
  10 +deploy: all
  11 + rsync --recursive --copy-links --times --perms --progress www/* \
  12 + lccanon@lifc-home.univ-fcomte.fr:public_html/
12 13 clean:
13 14 -rm ${CAT} data/*.theme data/csv.cat data/csv.theme data/theme.txt www/programme.html 2> /dev/null