aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xsrc/tools/FAQ2txt7
-rwxr-xr-xsrc/tools/TODO2html4
2 files changed, 10 insertions, 1 deletions
diff --git a/src/tools/FAQ2txt b/src/tools/FAQ2txt
new file mode 100755
index 00000000000..61ca5f346eb
--- /dev/null
+++ b/src/tools/FAQ2txt
@@ -0,0 +1,7 @@
+#!/bin/sh
+
+# $PostgreSQL: pgsql/src/tools/FAQ2txt,v 1.1 2008/04/19 12:42:35 momjian Exp $:
+
+# Converts FAQ.html and FAQ_DEV.html to text files
+
+lynx -force_html -dont_wrap_pre -dump -hiddenlinks=ignore -nolist "$@"
diff --git a/src/tools/TODO2html b/src/tools/TODO2html
index 3149b56f054..ed448b9eead 100755
--- a/src/tools/TODO2html
+++ b/src/tools/TODO2html
@@ -1,6 +1,8 @@
#!/bin/sh
-# $PostgreSQL: pgsql/src/tools/TODO2html,v 1.1 2008/04/19 12:34:54 momjian Exp $:
+# $PostgreSQL: pgsql/src/tools/TODO2html,v 1.2 2008/04/19 12:42:35 momjian Exp $:
+
+# Converts TODO text file to HTML
[ ! -f COPYRIGHT ] && echo "Run from top of source tree" 1>&2 && exit 1