summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorben <ben@2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109>2002-07-19 06:41:24 +0000
committerben <ben@2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109>2002-07-19 06:41:24 +0000
commit0090e29a25cec419a16de093dc176395234a2926 (patch)
tree1d5bc197da454c10941ca4653d712384db95b4d4
parentb6a069029f0351438506b7fa6ee43de8353e47a8 (diff)
downloadrdiff-backup-0090e29a25cec419a16de093dc176395234a2926.tar.gz
No longer copy script to front page
git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@167 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
-rwxr-xr-xrdiff-backup/dist/makeweb2
1 files changed, 1 insertions, 1 deletions
diff --git a/rdiff-backup/dist/makeweb b/rdiff-backup/dist/makeweb
index 6bc73e3..a919cec 100755
--- a/rdiff-backup/dist/makeweb
+++ b/rdiff-backup/dist/makeweb
@@ -17,7 +17,7 @@ webprefix = "/home/ben/misc/html/mirror/rdiff-backup/"
RunCommand("cp *%s* %s" % (version, webprefix))
RunCommand("rman -f html -r '' rdiff-backup.1 > %srdiff-backup.1.html"
% webprefix)
-RunCommand("cp FAQ.wml CHANGELOG src/rdiff-backup %s" % webprefix)
+RunCommand("cp FAQ.wml CHANGELOG %s" % webprefix)
os.chdir(webprefix)