summaryrefslogtreecommitdiffstats
path: root/doc/mkdocs
diff options
context:
space:
mode:
Diffstat (limited to 'doc/mkdocs')
-rwxr-xr-xdoc/mkdocs2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/mkdocs b/doc/mkdocs
index b291dd4..15ddc74 100755
--- a/doc/mkdocs
+++ b/doc/mkdocs
@@ -1,7 +1,7 @@
#!/bin/bash
./sgml2html bird.sgml
./sgml2latex bird.sgml
-sgml2txt bird.sgml 2> /dev/null
+./sgml2txt bird.sgml
#> bird.txt
#for i in bird.html bird-*.html; do
# lynx -dump $i | grep -v 'file://' | grep -v '^References$' >> bird.txt