Commit 12e6eb4a authored by mwagner@evoq.home.mwagner.org's avatar mwagner@evoq.home.mwagner.org
Browse files

test-make-manual BitKeeper file /home/mwagner/work/bk/mysql/Docs/Support/test-make-manual

parent 4dfa7cad
Loading
Loading
Loading
Loading
+13 −0
Original line number Diff line number Diff line
#!/bin/sh

echo
echo "|---- Running makeinfo ----|"
makeinfo --no-split -I . manual.texi

echo
echo "|---- Running texi2html ----|"
/usr/bin/perl ./Support/texi2html -iso -number manual.texi

echo
echo "Please examine your modifications in \`manual.html'."
echo