From: John Mandereau Date: Wed, 10 Sep 2008 17:20:51 +0000 (+0200) Subject: Docs postprocessing scripts thinkos X-Git-Tag: release/2.11.58-1~1 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=2a544ddf6d890f6cf96545e2ff3fd67ff831adb2;p=lilypond.git Docs postprocessing scripts thinkos --- diff --git a/buildscripts/postprocess_html.py b/buildscripts/postprocess_html.py index 6660519df0..cc2e6fe3fd 100644 --- a/buildscripts/postprocess_html.py +++ b/buildscripts/postprocess_html.py @@ -1,7 +1,8 @@ #!@PYTHON@ """ -Postprocess HTML files. +Postprocess HTML files: +add footer, tweak links, add language selection menu. """ import re import os diff --git a/buildscripts/www_post.py b/buildscripts/www_post.py index 6af5d88cdc..29f80cf09f 100644 --- a/buildscripts/www_post.py +++ b/buildscripts/www_post.py @@ -3,7 +3,7 @@ ## This is www_post.py. This script is the main stage ## of toplevel GNUmakefile local-WWW-post target. -# USAGE: www_post PACKAGE_NAME TOPLEVEL_VERSION BUILDSCRIPT-DIR OUTDIR TARGETS +# USAGE: www_post PACKAGE_NAME TOPLEVEL_VERSION OUTDIR TARGETS # please call me from top of the source directory import sys