Commit 969b8031 authored by ben's avatar ben

Now it copies the plain script itself to the web page


git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup@81 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
parent 5a631219
......@@ -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)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment