diff options
author | Pavel Machek <pavel@ucw.cz> | 2000-05-25 18:17:54 +0200 |
---|---|---|
committer | Pavel Machek <pavel@ucw.cz> | 2000-05-25 18:17:54 +0200 |
commit | 9b24a6fb94049691075dfcdc00e2a0ae244c2325 (patch) | |
tree | 2472ed85a6236b838a78c2ea35b339354a13faad /doc/mkdocs | |
parent | d26524fa0c06f6716d5e226b18d7d4770924c6d4 (diff) | |
download | bird-9b24a6fb94049691075dfcdc00e2a0ae244c2325.tar bird-9b24a6fb94049691075dfcdc00e2a0ae244c2325.zip |
Text version generated from lynx looks as ugly as hell, sgml is much better
at generating nice output. Unfortunately, sgml output contains a^ha highlight
some printers do not like.
Diffstat (limited to 'doc/mkdocs')
-rwxr-xr-x | doc/mkdocs | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -1,3 +1,8 @@ #!/bin/bash ./sgml2html bird.sgml -./sgml2latex bird.sgml
\ No newline at end of file +./sgml2latex bird.sgml +sgml2txt bird.sgml 2> /dev/null +#> bird.txt +#for i in bird.html bird-*.html; do +# lynx -dump $i | grep -v 'file://' | grep -v '^References$' >> bird.txt +# done |