summaryrefslogtreecommitdiffstats
path: root/doc/mkdocs
diff options
context:
space:
mode:
Diffstat (limited to 'doc/mkdocs')
-rwxr-xr-xdoc/mkdocs8
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