diff website/README.txt @ 4655:45157fd8ba52

Nicer rsync command for copying over the webpage contents.
author Bernhard Reiter <bernhard@intevation.de>
date Tue, 21 Aug 2012 16:05:41 +0200
parents cd81ebbce7f9
children b247d334dc03
line wrap: on
line diff
--- a/website/README.txt	Tue Aug 21 15:55:43 2012 +0200
+++ b/website/README.txt	Tue Aug 21 16:05:41 2012 +0200
@@ -38,7 +38,9 @@
       make html
  * you may also "make clean"
  * install it
-      cp -r ./html/* ${project_home}/htdocs/
+     cp -r ./html/* ${project_home}/htdocs/
+   or alternatively (leaving out the --dry-run later)
+     rsync --dry-run -v --checksum --recursive ./html/* ${project_home}/htdocs/
 
 (I think I can simplify the Makefile above such that the installation will be included as a make target.)
 

Roundup Issue Tracker: http://roundup-tracker.org/