summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorTimo Sirainen <cras@irssi.org>2002-08-14 19:09:36 +0000
committercras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564>2002-08-14 19:09:36 +0000
commit14880c74e39eda55bbf7b32c0f746d1d9b2fac05 (patch)
tree43b13021e41df9a13ad969f53f72a3ff11e4b692 /autogen.sh
parentcf436bdaf5d3f52e8b8249604872050a557d8346 (diff)
downloadirssi-14880c74e39eda55bbf7b32c0f746d1d9b2fac05.zip
Removed generation of startup-HOWTO.txt, people should be able to read the
.html just fine, and the .txt is getting ugly. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2877 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index db906c2d..781a6f98 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -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/startup-HOWTO.html > docs/startup-HOWTO.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..."