Skip to content

Commit 743989e

Browse files
Nicer rsync command for copying over the webpage contents.
1 parent ce0232a commit 743989e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

website/README.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,9 @@ www.roundup-tracker.org:
3838
make html
3939
* you may also "make clean"
4040
* install it
41-
cp -r ./html/* ${project_home}/htdocs/
41+
cp -r ./html/* ${project_home}/htdocs/
42+
or alternatively (leaving out the --dry-run later)
43+
rsync --dry-run -v --checksum --recursive ./html/* ${project_home}/htdocs/
4244

4345
(I think I can simplify the Makefile above such that the installation will be included as a make target.)
4446

0 commit comments

Comments
 (0)