[CVS 2008-11-25] Consider this small test file `reflinebug.texinfo':
\input texinfo
@setfilename emph-ref
@node foo,,(dir),(dir)
@chapter foo
@macro myref{INDEX}
@ref{\INDEX\}
@end macro
@myref{bar}
@bye
A call to
texi2html reflinebug.texinfo
produces this warning
*** Undefined node `bar' in @ref (l. 12 in myref)
Obviously, the
l. 12 in myref
should be
l. 12 in reflinebug.texinfo
Werner
