aboutsummaryrefslogtreecommitdiff
path: root/Documentation/cat-texi.perl
diff options
context:
space:
mode:
authorTeemu Likonen <tlikonen@iki.fi>2008-12-29 10:03:09 +0200
committerJunio C Hamano <gitster@pobox.com>2008-12-29 00:40:10 -0800
commit9c6c304d6a01b72d7ce20722b80ca62e01fe8356 (patch)
tree4afcf9a56e11ccfb4d308b130f4a06fc360e2691 /Documentation/cat-texi.perl
parent8b30ad01b421213113c64a1d3e46dcd8791d88df (diff)
downloadgit-9c6c304d6a01b72d7ce20722b80ca62e01fe8356.tar.gz
git-9c6c304d6a01b72d7ce20722b80ca62e01fe8356.tar.xz
Fix the building of gitman.info document
"makeinfo" failed to generate gitman.info from gitman.texi input file because the combined manual page file contains several nodes with the same name (DESCRIPTION, OPTIONS, SEE ALSO etc.). An Info document should contain unique node names. This patch creates a simple (read: ugly) work-around by suppressing the validation of the final Info file. Jumping to nodes in the Info document still works but they are not very useful. Common man-page headings like DESCRIPTION and OPTIONS appear in the Info node list and they point to the man page where they appear first (that is git-add currently). Also, this patch adds directory-entry information for Info document to make the document appear in the top-level Info directory. Signed-off-by: Teemu Likonen <tlikonen@iki.fi> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/cat-texi.perl')
-rwxr-xr-xDocumentation/cat-texi.perl8
1 files changed, 6 insertions, 2 deletions
diff --git a/Documentation/cat-texi.perl b/Documentation/cat-texi.perl
index dbc133cd3..828ec6255 100755
--- a/Documentation/cat-texi.perl
+++ b/Documentation/cat-texi.perl
@@ -18,8 +18,12 @@ close TMP;
printf '\input texinfo
@setfilename gitman.info
-@documentencoding us-ascii
-@node Top,,%s
+@documentencoding UTF-8
+@dircategory Development
+@direntry
+* Git Man Pages: (gitman). Manual pages for Git revision control system
+@end direntry
+@node Top,,, (dir)
@top Git Manual Pages
@documentlanguage en
@menu