[PATCH] Fix binutils html target.
Nick Clifton
nickc@redhat.com
Fri Feb 17 12:47:00 GMT 2006
Hi Carlos,
> These patches enable building the binutils html target.
These seem to be OK, apart from one thing:
-TEXI2HTML = texi2html
+TEXI2HTML = `if [ -f ../texinfo/makeinfo/makeinfo ]; \
+ then echo "../texinfo/makeinfo/makeinfo --html"; \
+ else echo "makeinfo --html"; fi`
+
Why is the use of texi2html being abandoned ? If the makeinfo program
is not installed or present in the build tree, shouldn't the texi2html
program be used instead ?
Cheers
Nick
More information about the Binutils
mailing list