From d1bb9d523ada295e675d153ce7eee646e246b7ff Mon Sep 17 00:00:00 2001 From: ben Date: Sat, 11 May 2002 23:28:07 +0000 Subject: 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 --- rdiff-backup/dist/makeweb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v1.2.1