From 6fa1ffbaaf8dde3d97416f09e8a30b2fe218386e Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Tue, 22 Apr 2008 10:30:32 +0000 Subject: [PATCH] FAQ2txt now only controls the main FAQ, not FAQ_DEV. --- src/tools/FAQ2txt | 3 +-- 1 file changed, 1 insertion(+), 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 "$@" -- 2.39.5