summaryrefslogtreecommitdiff
path: root/Docs/Support/test-make-manual
blob: 52434bcea556d6b33b62dc1525b59adfbcbfe2cf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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