X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=scripts%2Fbuild%2Fwww_post.py;h=a421369a723f7022ccecde4c234dabeff65fcfcf;hb=HEAD;hp=c62e02145a10001ce095d73b851be94d7f5e6a7d;hpb=41b461e0a3dbe39d20e8198f284dea6775e14e0d;p=lilypond.git diff --git a/scripts/build/www_post.py b/scripts/build/www_post.py index c62e02145a..a421369a72 100644 --- a/scripts/build/www_post.py +++ b/scripts/build/www_post.py @@ -26,7 +26,14 @@ target_pattern = os.path.join (outdir, '%s-root') static_files = { os.path.join (outdir, 'index.html'): ''' -Redirecting to the documentation index...\n''', + + +Redirecting... + + +Redirecting to the documentation index... + +''' % sys.argv[0], os.path.join (outdir, 'VERSION'): package_version + '\n', }