]> git.donarmstrong.com Git - lilypond.git/commitdiff
Doc build: update for no Documentation/index.html
authorGraham Percival <graham@percival-music.ca>
Mon, 11 Jan 2010 13:03:44 +0000 (13:03 +0000)
committerGraham Percival <graham@percival-music.ca>
Mon, 11 Jan 2010 13:03:44 +0000 (13:03 +0000)
scripts/build/www_post.py

index 61ce1cbd0e0abba205a0c8f123006e161a05b2cf..cf1a7c38c61b4657e3f51a4e530b0e7b2e334259 100644 (file)
@@ -25,7 +25,7 @@ target_pattern = os.path.join (outdir, '%s-root')
 # from HTML manuals/snippets page
 static_files = {
     os.path.join (outdir, 'index.html'):
-        '''<META HTTP-EQUIV="refresh" content="0;URL=Documentation/index.html">
+        '''<META HTTP-EQUIV="refresh" content="0;URL=Documentation/web/index.html">
 <html><body>Redirecting to the documentation index...</body></html>\n''',
     os.path.join (outdir, 'VERSION'):
         package_version + '\n',