diff options
Diffstat (limited to 'doc/mkdocs')
-rwxr-xr-x | doc/mkdocs | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/doc/mkdocs b/doc/mkdocs deleted file mode 100755 index 15ddc74..0000000 --- a/doc/mkdocs +++ /dev/null @@ -1,8 +0,0 @@ -#!/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 |