We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54208a3 commit c610615Copy full SHA for c610615
src/tools/FAQ2txt
@@ -0,0 +1,7 @@
1
+#!/bin/sh
2
+
3
+# $PostgreSQL: pgsql/src/tools/FAQ2txt,v 1.1 2008/04/19 12:42:35 momjian Exp $:
4
5
+# Converts FAQ.html and FAQ_DEV.html to text files
6
7
+lynx -force_html -dont_wrap_pre -dump -hiddenlinks=ignore -nolist "$@"
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
8
0 commit comments