summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2012-05-21 17:31:53 -0400
committerEric S. Raymond <esr@thyrsus.com>2012-05-21 17:31:53 -0400
commita970b512308f7a0bdbce32d0a64a75eb6cda6d3c (patch)
tree8eaaac19a2f20985de858f3357244de6f6e356e2
parent592e27c3c41641d5d6c906e1b6cbc21b9ead4082 (diff)
downloadgpsd-a970b512308f7a0bdbce32d0a64a75eb6cda6d3c.tar.gz
Minor fix to website updater,
-rw-r--r--SConstruct3
1 files changed, 2 insertions, 1 deletions
diff --git a/SConstruct b/SConstruct
index a400e34c..37a3f069 100644
--- a/SConstruct
+++ b/SConstruct
@@ -1508,7 +1508,8 @@ Utility("validation-list", [www], validation_list)
# How to update the website
upload_web = Utility("upload_web", [www],
- ['rsync --exclude="*.in" -avz www/ ' + webupload])
+ ['rsync --exclude="*.in" -avz www/ ' + webupload,
+ 'scp README TODO NEWS ' + webupload])
# When the URL declarations change, so must the generated web pages
for fn in glob.glob("www/*.in"):