diff options
Diffstat (limited to 'src/tools/FAQ2txt')
-rwxr-xr-x | src/tools/FAQ2txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/tools/FAQ2txt b/src/tools/FAQ2txt index 61ca5f346eb..ef60628d6a1 100755 --- a/src/tools/FAQ2txt +++ b/src/tools/FAQ2txt @@ -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 "$@" |