]> git.donarmstrong.com Git - lilypond.git/commitdiff
Docs postprocessing scripts thinkos
authorJohn Mandereau <john.mandereau@gmail.com>
Wed, 10 Sep 2008 17:20:51 +0000 (19:20 +0200)
committerJohn Mandereau <john.mandereau@gmail.com>
Wed, 10 Sep 2008 20:55:05 +0000 (22:55 +0200)
buildscripts/postprocess_html.py
buildscripts/www_post.py

index 6660519df01a008fb605f977aa59e37117ed6d55..cc2e6fe3fd10985eafe609efc37ad383fe2a2ad7 100644 (file)
@@ -1,7 +1,8 @@
 #!@PYTHON@
 
 """
-Postprocess HTML files.
+Postprocess HTML files:
+add footer, tweak links, add language selection menu.
 """
 import re
 import os
index 6af5d88cdcf24b7f563758d9512c97793eeffe7a..29f80cf09fa2bb208995e7c5094974782c6ee566 100644 (file)
@@ -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