Documentation: Modify rule for html output (better looking output format)
authorStefan Weil <weil@mail.berlios.de>
Thu, 4 Mar 2010 21:21:02 +0000 (22:21 +0100)
committerAurelien Jarno <aurelien@aurel32.net>
Sat, 6 Mar 2010 22:07:09 +0000 (23:07 +0100)
commit70d9bc8fab08e529694a9a08a6df7df8bdbeafea
tree1420c38533c6bcc5cee67e4cefdf069eac9a169c
parentcbd1655ac81151a88c9a64977125b1a6afae8d37
Documentation: Modify rule for html output (better looking output format)

To create html output from texi input, texi2html was used.
Output from makeinfo looks cleaner, so replace the old rule
and use makeinfo now.

For those who want to use their own variant of html output,
the macros MAKEINFO and MAKEINFOFLAGS allow customisation.
Option "-I ." is not needed (the current directory is
searched by default), so remove it.

Please note that the build requirements changed, too:
makeinfo is required for doc builds.
texi2html is no longer used.

Signed-off-by: Stefan Weil <weil@mail.berlios.de>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
Makefile
configure