[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
@menu refering to other info files and html output
From: |
Alfred M\. Szmidt |
Subject: |
@menu refering to other info files and html output |
Date: |
Fri, 14 Nov 2008 21:02:15 +0100 |
Hi,
When using @menu, and refering to external info files the html output
that is generated by makeinfo is wrong, the link that gets produced
does not refer to anything:
| <li><a accesskey="1" href="#g_t_0028foo_0029">Other file</a>:
Test
Command to reproduce: makeinfo --html test.texi
Version: 4.11
Input file:
===File ~/n/test.texi=======================================
\input texinfo @c -*-texinfo-*-
@c %**start of header
@setfilename test.info
@settitle Test
@paragraphindent 0
@c %**end of header
@node Top
@top
@menu
* Other file: (foo). Test
@end menu
@bye
============================================================
Output file:
===File ~/n/test.html=======================================
<html lang="en">
<head>
<title>Test</title>
<meta http-equiv="Content-Type" content="text/html">
<meta name="description" content="Test">
<meta name="generator" content="makeinfo 4.11">
<link title="Top" rel="top" href="#Top">
<link href="http://www.gnu.org/software/texinfo/" rel="generator-home"
title="Texinfo Homepage">
<meta http-equiv="Content-Style-Type" content="text/css">
<style type="text/css"><!--
pre.display { font-family:inherit }
pre.format { font-family:inherit }
pre.smalldisplay { font-family:inherit; font-size:smaller }
pre.smallformat { font-family:inherit; font-size:smaller }
pre.smallexample { font-size:smaller }
pre.smalllisp { font-size:smaller }
span.sc { font-variant:small-caps }
span.roman { font-family:serif; font-weight:normal; }
span.sansserif { font-family:sans-serif; font-weight:normal; }
--></style>
</head>
<body>
<div class="node">
<p><hr>
<a name="Top"></a>
Next: <a rel="next" accesskey="n" href="#g_t_0028foo_0029">(foo)</a>,
Up: <a rel="up" accesskey="u" href="#dir">(dir)</a>
</div>
<h2 class="unnumbered">Test</h2>
<ul class="menu">
<li><a accesskey="1" href="#g_t_0028foo_0029">Other file</a>: Test
</ul>
</body></html>
============================================================
- @menu refering to other info files and html output,
Alfred M\. Szmidt <=