diff options
author | Bruce Momjian | 2008-04-22 10:30:32 +0000 |
---|---|---|
committer | Bruce Momjian | 2008-04-22 10:30:32 +0000 |
commit | 6fa1ffbaaf8dde3d97416f09e8a30b2fe218386e (patch) | |
tree | bae2e8eb7d86e2c8c46f9e8ea57614c0da9704ff | |
parent | 3e0506f6298d58e96298c2760449a6c670fe621f (diff) |
FAQ2txt now only controls the main FAQ, not FAQ_DEV.
-rwxr-xr-x | src/tools/FAQ2txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/tools/FAQ2txt b/src/tools/FAQ2txt index 4512b89ea9..be6c4f8c2d 100755 --- a/src/tools/FAQ2txt +++ b/src/tools/FAQ2txt @@ -2,7 +2,6 @@ # $PostgreSQL$: -# 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 "$@" |