git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* HTML help files are broken
@ 2010-08-23 15:59 Nathan W. Panike
  2010-08-23 16:17 ` Nathan W. Panike
  2010-08-23 17:41 ` Junio C Hamano
  0 siblings, 2 replies; 4+ messages in thread
From: Nathan W. Panike @ 2010-08-23 15:59 UTC (permalink / raw)
  To: git

Some of the HTML manual files produced on my machine (Ubuntu 10.04)
from the git source are broken: in git-help.html, I get the following
for the link to the git-web--browse manual page:

<a href="git-web&#8212;browse.html">git-web&#8212;browse(1)</a>

where the &#8212; (en-dash) replaces the "--" (dash-dash) that is on
the filesystem.  How does one fix it, so that the line above would be

<a href="git-web--browse.html">git-web--browse(1)</a>?

The command line I am using is a simple

make doc.

I checked the git repository origin/html, and the correct link is
produced there, so something in my configuration is messed up.

Nathan Panike

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

end of thread, other threads:[~2010-08-23 21:20 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-08-23 15:59 HTML help files are broken Nathan W. Panike
2010-08-23 16:17 ` Nathan W. Panike
2010-08-23 17:41 ` Junio C Hamano
2010-08-23 21:20   ` [PATCH] Work around em-dash handling in newer AsciiDoc 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).