[PATCH] Documentation/git-merge-file.txt: make asciidoc not complain

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Johannes Schindelin
Date: Sunday, December 17, 2006 - 7:48 am

Noticed by Randal L. Schwartz, this is a fix proposed by
A Large Angry SCM.

Signed-off-by: Johannes Schindelin <Johannes.Schindelin@gmx.de>
---

	On Sat, 16 Dec 2006, A Large Angry SCM wrote:

	> Randal L. Schwartz wrote:
	> > asciidoc -b xhtml11 -d manpage -f asciidoc.conf git-merge-file.txt
	> > ERROR: manpage document title is mandatory
	> > ERROR: git-merge-file.txt: line 3: title not permitted in sidebar body
	> > [...]
	> > make[1]: *** [git-merge-file.html] Error 1
	> > make: *** [doc] Error 2
	> 
	> Add 5 "=" to line 2.

	... which this patch does. This time, it is asciidoc-tested, too.

 Documentation/git-merge-file.txt |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Documentation/git-merge-file.txt b/Documentation/git-merge-file.txt
index 0b41d66..09fe24f 100644
--- a/Documentation/git-merge-file.txt
+++ b/Documentation/git-merge-file.txt
@@ -1,5 +1,5 @@
 git-merge-file(1)
-============
+=================
 
 NAME
 ----
-- 
1.4.4.2.ga4be2-dirty

-
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[BUG] making docs blows up in b1bfcae438ad:git-merge-file.txt, Randal L. Schwartz, (Sat Dec 16, 4:41 pm)
Re: [BUG] making docs blows up in b1bfcae438ad:git-merge-f ..., A Large Angry SCM, (Sat Dec 16, 4:47 pm)
Re: [BUG] making docs blows up in b1bfcae438ad:git-merge-f ..., The Answering Machine, (Sat Dec 16, 4:47 pm)
[PATCH] Documentation/git-merge-file.txt: make asciidoc no ..., Johannes Schindelin, (Sun Dec 17, 7:48 am)
Re: [BUG] making docs blows up in b1bfcae438ad:git-merge-f ..., Randal L. Schwartz, (Sun Dec 17, 11:20 am)