bird/doc/mkdocs
2000-05-30 11:50:17 +00:00

9 lines
213 B
Bash
Executable file

#!/bin/bash
./sgml2html bird.sgml
./sgml2latex bird.sgml
./sgml2txt bird.sgml
#> bird.txt
#for i in bird.html bird-*.html; do
# lynx -dump $i | grep -v 'file://' | grep -v '^References$' >> bird.txt
# done