Start work on fixing install to use html
authorPaul Crowley <paul@lshift.net>
Fri, 30 Oct 2009 16:55:07 +0000
changeset 164 32131253c2f1
parent 163 8d73bcd75243
child 165 3606d60b07e5
Start work on fixing install to use html
install
--- a/install	Thu Oct 15 12:47:39 2009 +0100
+++ b/install	Fri Oct 30 16:55:07 2009 +0000
@@ -28,7 +28,6 @@
     print >>sys.stderr, "Install must be run as root user"
     sys.exit(-1)
 
-
 def installFiles(d, *sources):
     d = options.root + d
     os.makedirs(d)
@@ -51,10 +50,7 @@
     'src/init/hgadmin-hgrc')
 installFiles(options.prefix + '/share/doc/mercurial-server',
     'README',
-    'doc/configuring-access',
-    'doc/file-conditions',
-    'doc/how-it-works',
-    'doc/security')
+    'build/html/index.html')
 installFiles('/etc/mercurial-server',
     'src/init/conf/remote-hgrc',
     'src/init/conf/access.conf')