In these days Info documents are probably only used by Emacs users. I'm one, so I wanted to fix the building of Git Info documents. And it's even possible - to certain extent. My real opinion is that the document conversion chain .txt - .xml - .texi - .info. just can't work without a miracle. These patches certainly don't do a miracle but they allow building an usable Info version of the user manual and the man pages. As usual, there are problems with markup conversions. For example, two dashes (--) in a .texi file turn into one Ascii dash (-), so there are options like "-interactive" and "-stat" in the Info documents. I wouldn't advertise these documents very loudly to the public. (My real real real opinion is that the GNU people should drop the Info system and start using html instead. Html probably isn't a simple drop-in replacement but at least it's a relevant format in 2008-2009.) Teemu Likonen (2): Fix the building of user-manual.texi and gitman.texi documents Fix the building of gitman.info document Documentation/Makefile | 9 +++++---- Documentation/cat-texi.perl | 8 ++++++-- 2 files changed, 11 insertions(+), 6 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html