mirror of
https://github.com/irssi/irssi.git
synced 2025-02-02 15:08:01 -05:00
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
This commit is contained in:
parent
cf436bdaf5
commit
14880c74e3
@ -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..."
|
||||
|
@ -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)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user