Merged silc_1_0_branch to trunk.
[silc.git] / apps / irssi / autogen.sh
index a8daf65207c8da3ce9428ac61e689105134fc7fd..57abce89ebd56946f4b3034c8a5a73066349b4dc 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/sh
 # Run this to generate all the initial makefiles, etc.
 
-PKG_NAME="Irssi SILC"
+PKG_NAME="SILC Client"
 
 srcdir=`dirname $0`
 test -z "$srcdir" && srcdir=.
@@ -37,7 +37,6 @@ cat docs/help/Makefile.am.gen|sed "s/@HELPFILES@/$files/g"|sed 's/?/\\?/g'|tr '!
 
 # .html -> .txt with lynx
 echo "Documentation: html -> txt..."
-lynx -dump -nolist docs/faq.html|perl -pe 's/^ *//; if ($_ eq "\n" && $state eq "Q") { $_ = ""; } elsif (/^([QA]):/) { $state = $1 } elsif ($_ ne "\n") { $_ = "   $_"; };' > docs/faq.txt
 
 echo "Checking auto* tools..."