Update doc script comments.
authorBruce Momjian <bruce@momjian.us>
Sat, 19 Apr 2008 12:52:51 +0000 (12:52 +0000)
committerBruce Momjian <bruce@momjian.us>
Sat, 19 Apr 2008 12:52:51 +0000 (12:52 +0000)
src/tools/FAQ2txt
src/tools/TODO2html

index 5868cffd9ed924c3b579463314b82d1dec8edfb2..4512b89ea9bd558947d3d6f36b6865de6485ac85 100755 (executable)
@@ -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 "$@"
index a02a6dfc40740d59c239c5bb721116b593f9fe78..02ee1496509de62d684bd40debe542b5b325da36 100755 (executable)
@@ -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