summaryrefslogtreecommitdiff
path: root/rdiff-backup/dist/makeweb
diff options
context:
space:
mode:
authorben <ben@2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109>2002-06-11 20:45:25 +0000
committerben <ben@2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109>2002-06-11 20:45:25 +0000
commite5c9230b351ebfad576c96aaad7956a213f28099 (patch)
treeb5356e90113ce859b7fdca34c6907b5140149e54 /rdiff-backup/dist/makeweb
parent26a6d142dd736feafc347651c22360b5d5574734 (diff)
downloadrdiff-backup-e5c9230b351ebfad576c96aaad7956a213f28099.tar.gz
Now FAQ.html and FAQ.wml are both built from FAQ-body.html
git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@118 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
Diffstat (limited to 'rdiff-backup/dist/makeweb')
-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 c9a2292..40e6e9b 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 src/rdiff-backup %s" % webprefix)
+RunCommand("cp FAQ.wml CHANGELOG src/rdiff-backup %s" % webprefix)
os.chdir(webprefix)