diff options
author | Bruce Momjian <bruce@momjian.us> | 2008-04-22 10:30:32 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2008-04-22 10:30:32 +0000 |
commit | a256ea5088d83b03122189d049545d293eea028e (patch) | |
tree | 526dbd3fa4927a57e7b030c783ce16b307ba18d4 | |
parent | fc2117a4b5c2c10e810adf33bd2e7df067f906c2 (diff) | |
download | postgresql-a256ea5088d83b03122189d049545d293eea028e.tar.gz postgresql-a256ea5088d83b03122189d049545d293eea028e.zip |
FAQ2txt now only controls the main FAQ, not FAQ_DEV.
-rwxr-xr-x | src/tools/FAQ2txt | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/tools/FAQ2txt b/src/tools/FAQ2txt index ef60628d6a1..ed2946921ef 100755 --- a/src/tools/FAQ2txt +++ b/src/tools/FAQ2txt @@ -1,8 +1,7 @@ #!/bin/sh -# $PostgreSQL: pgsql/src/tools/FAQ2txt,v 1.2 2008/04/19 12:52:51 momjian Exp $: +# $PostgreSQL: pgsql/src/tools/FAQ2txt,v 1.3 2008/04/22 10:30:32 momjian Exp $: -# 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 +# Converts doc/src/FAQ/FAQ.html to text file doc/FAQ lynx -force_html -dont_wrap_pre -dump -hiddenlinks=ignore -nolist "$@" |