X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=scripts%2Fbuild%2Fwww_post.py;h=a421369a723f7022ccecde4c234dabeff65fcfcf;hb=8c59e9496cf80f99423dca2f6875db2a8c21f16c;hp=c62e02145a10001ce095d73b851be94d7f5e6a7d;hpb=7c28d92ec9fe798b19c5689feedba5af7a14da9a;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', }