From 80ff2fd65591916914f74eacd80229837ec9c2d7 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Sat, 19 Apr 2008 12:52:51 +0000 Subject: [PATCH] Update doc script comments. --- src/tools/FAQ2txt | 3 ++- src/tools/TODO2html | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/tools/FAQ2txt b/src/tools/FAQ2txt index 5868cffd9e..4512b89ea9 100755 --- a/src/tools/FAQ2txt +++ b/src/tools/FAQ2txt @@ -2,6 +2,7 @@ # $PostgreSQL$: -# Converts FAQ.html and FAQ_DEV.html to text files +# Converts doc/src/FAQ/FAQ.html to text file doc/FAQ and +# converts doc/src/FAQ/FAQ_DEV.html to text file doc/FAQ_DEV lynx -force_html -dont_wrap_pre -dump -hiddenlinks=ignore -nolist "$@" diff --git a/src/tools/TODO2html b/src/tools/TODO2html index a02a6dfc40..02ee149650 100755 --- a/src/tools/TODO2html +++ b/src/tools/TODO2html @@ -2,7 +2,7 @@ # $PostgreSQL$: -# Converts TODO text file to HTML +# Converts doc/TODO text file to doc/src/FAQ/TODO.html HTML file [ ! -f COPYRIGHT ] && echo "Run from top of source tree" 1>&2 && exit 1 -- 2.39.5