git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] Fix the building of Info documents
@ 2008-12-29  8:03 Teemu Likonen
  2008-12-29  8:03 ` [PATCH 1/2] Fix the building of user-manual.texi and gitman.texi documents Teemu Likonen
  0 siblings, 1 reply; 4+ messages in thread
From: Teemu Likonen @ 2008-12-29  8:03 UTC (permalink / raw)
  To: git; +Cc: gitster

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(-)

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2008-12-29  8:41 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-12-29  8:03 [PATCH 0/2] Fix the building of Info documents Teemu Likonen
2008-12-29  8:03 ` [PATCH 1/2] Fix the building of user-manual.texi and gitman.texi documents Teemu Likonen
2008-12-29  8:03   ` [PATCH 2/2] Fix the building of gitman.info document Teemu Likonen
2008-12-29  8:39   ` [PATCH 1/2] Fix the building of user-manual.texi and gitman.texi documents Junio C Hamano

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).