summaryrefslogtreecommitdiffstats
path: root/doc/mkdocs
diff options
context:
space:
mode:
authorMartin Mares <mj@ucw.cz>2000-06-09 08:31:43 +0200
committerMartin Mares <mj@ucw.cz>2000-06-09 08:31:43 +0200
commit99955b54be850fad280a556ca80dc21374d2c5b7 (patch)
treeeafe6ca77dd86d456c77522be8056ba1ab967a5a /doc/mkdocs
parenta012cbb16f3d73ca7ffafe6f7933de7369e2ee48 (diff)
downloadbird-99955b54be850fad280a556ca80dc21374d2c5b7.tar
bird-99955b54be850fad280a556ca80dc21374d2c5b7.zip
Proper building and installation of documentation in the Makefiles.
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