summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorben <ben@2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109>2002-05-11 23:28:07 +0000
committerben <ben@2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109>2002-05-11 23:28:07 +0000
commitd1bb9d523ada295e675d153ce7eee646e246b7ff (patch)
tree5f564ed829b919086bdfb4f5cf8270b5ff7e6bf7
parent3c39e57b995495e1f81ec677f82de586d54e50e2 (diff)
downloadrdiff-backup-d1bb9d523ada295e675d153ce7eee646e246b7ff.tar.gz
Now it copies the plain script itself to the web page
git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@81 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 ee2aeca..c9a2292 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.html CHANGELOG %s" % webprefix)
+RunCommand("cp FAQ.html CHANGELOG src/rdiff-backup %s" % webprefix)
os.chdir(webprefix)