]> granicus.if.org Git - postgresql/commitdiff
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 61ca5f346ebbcb189e1777e34af1e0961dd80dd3..ef60628d6a1d0b1a5a1c6453fecb0725225e48ec 100755 (executable)
@@ -1,7 +1,8 @@
 #!/bin/sh
 
-# $PostgreSQL: pgsql/src/tools/FAQ2txt,v 1.1 2008/04/19 12:42:35 momjian Exp $:
+# $PostgreSQL: pgsql/src/tools/FAQ2txt,v 1.2 2008/04/19 12:52:51 momjian Exp $:
 
-# 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 ed448b9eead7633605fd86656bc5c4b6e0e520df..25c1ed8f5e34c6b7b38e7d31b226bf5c6a48c915 100755 (executable)
@@ -1,8 +1,8 @@
 #!/bin/sh
 
-# $PostgreSQL: pgsql/src/tools/TODO2html,v 1.2 2008/04/19 12:42:35 momjian Exp $:
+# $PostgreSQL: pgsql/src/tools/TODO2html,v 1.3 2008/04/19 12:52:51 momjian Exp $:
 
-# 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