mirror of
https://github.com/irssi/irssi.git
synced 2026-08-20 00:52:30 +02:00
FAQ is now in HTML format. Patch by Han.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2541 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
f181dca67d
commit
0e6946eb04
4 changed files with 94 additions and 82 deletions
|
|
@ -28,6 +28,7 @@ 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..."
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue