Commit c7581d29 authored by sasha@mysql.sashanet.com's avatar sasha@mysql.sashanet.com
Browse files

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

into mysql.sashanet.com:/home/sasha/src/bk/mysql
parents 2d354fc6 12e6eb4a
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