From 2a544ddf6d890f6cf96545e2ff3fd67ff831adb2 Mon Sep 17 00:00:00 2001 From: John Mandereau Date: Wed, 10 Sep 2008 19:20:51 +0200 Subject: [PATCH] Docs postprocessing scripts thinkos --- buildscripts/postprocess_html.py | 3 ++- buildscripts/www_post.py | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) 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 -- 2.39.2