From 14880c74e39eda55bbf7b32c0f746d1d9b2fac05 Mon Sep 17 00:00:00 2001 From: Timo Sirainen Date: Wed, 14 Aug 2002 19:09:36 +0000 Subject: [PATCH] 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 --- autogen.sh | 1 - docs/Makefile.am | 3 +-- 2 files changed, 1 insertion(+), 3 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..." diff --git a/docs/Makefile.am b/docs/Makefile.am index d4f0b96f..b2d123e2 100644 --- a/docs/Makefile.am +++ b/docs/Makefile.am @@ -10,8 +10,7 @@ doc_DATA = \ perl.txt \ signals.txt \ special_vars.txt \ - startup-HOWTO.html \ - startup-HOWTO.txt + startup-HOWTO.html EXTRA_DIST = $(doc_DATA)