2010/4/22 Graham Percival <[email protected]>: > On Thu, Apr 22, 2010 at 4:27 PM, Francisco Vila <[email protected]> wrote: >> 2010/4/22 Werner LEMBERG <[email protected]>: >>>> install-info complains about lack of 'This file documents' on >>>> out/lilypond-web.info, so here is the patch. > > What if you just write "This is the LilyPond website" ? I mean, does > it really need to be "this file doucments xyz" ? That sounds like a > really weird (and stupid) requirement of for texinfo or info or > whatever, if it's true.
Putting it in a comment does not work. Your proposal of an alternative string does not work. I have even inserted a single additional space between 'This' and 'file' and it still does not work: as you'll understand I'm not going to test all possible strings. No joke. Here is another patch named 0999-... with an added comment as Werner suggested. The above tests were made with texinfo upgraded to 4.13a, so the difference must be anywhere else. Do you still want to know the exact commit? Bisects are time-consuming... OK, I'll do it. -- Francisco Vila. Badajoz (Spain) www.paconet.org , www.csmbadajoz.com
From 052cb0f149c103f894a51d705c1a2fac850e56ed Mon Sep 17 00:00:00 2001 From: Francisco Vila <[email protected]> Date: Thu, 22 Apr 2010 19:35:59 +0200 Subject: [PATCH] Fix make install. On some systems, install-info needs this metadata per directory --- Documentation/web.texi | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/Documentation/web.texi b/Documentation/web.texi index f2001a8..aaed46d 100644 --- a/Documentation/web.texi +++ b/Documentation/web.texi @@ -37,6 +37,9 @@ @copying Copyright @copyright{} 2009--2010 by the authors. +...@c install-info requires a 'This file documents ...' string. +This file documents the GNU LilyPond website. + @quotation Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, -- 1.6.3.3
_______________________________________________ lilypond-devel mailing list [email protected] http://lists.gnu.org/mailman/listinfo/lilypond-devel
