Merge work.mysql.com:/home/bk/mysql

into mysql.sashanet.com:/home/sasha/src/bk/mysql
This commit is contained in:
unknown 2000-12-02 14:02:06 -07:00
commit 8c2992ab02

13
Docs/Support/test-make-manual Executable file
View File

@ -0,0 +1,13 @@
#!/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