lilypond-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Issue 872 in lilypond: Changes split-page has broken images


From: John Mandereau
Subject: Re: Issue 872 in lilypond: Changes split-page has broken images
Date: Thu, 05 Nov 2009 19:56:11 +0100

Le jeudi 05 novembre 2009 à 00:30 +0000, Graham Percival a écrit :
> It seems to work.  I had to change all the @ref{} in the text, but
> it looks fine now.

Barring well-argumented opposition, I'm going to revert this and apply
the patch below, as completely downcasing titles — node names are some
kind of titles, they are used in Info as titles, at least — is really
quite ugly.


> > Renaming a directory should be a simple
> > mv and M-x tags-search-replace.
> 
> NB: a simple replace **in the same directory**, no less.  Not some
> kind of ../stepmake/stepmake/texinfo-targets.make or
> ../doc-i8n3d-targets.maek

What do you mean?


> Agreed -- but there's no /general dir in the output.

I already pointed out that this scheme doesn't work for online target,
as there is a conflict between MANUAL.html and MANUAL/index.html.  I'll
undo the change that bring general.texi output one directory higher,
unless you do so sooner.


> I'm open to renaming "general.tely", but nobody could think of a
> better name last June or July when we were contemplating such a
> change.

We weren't contemplating this at all, we're arguing about technical
issues more important than the name of the website sources.


### BEGIN PATCH ###
diff --git a/Documentation/lilypond-texi2html.init
b/Documentation/lilypond-texi2html.init
index de2283c..f7a1380 100644
--- a/Documentation/lilypond-texi2html.init
+++ b/Documentation/lilypond-texi2html.init
@@ -215,7 +215,7 @@ sub texinfo_file_name($)
     $result = 't_g' . $result;
   }
   # DONE
-  return $result
+  return lc($result)
 }
 
 
diff --git a/Documentation/web-texi2html.init
b/Documentation/web-texi2html.init
index fb49202..6430a0b 100644
--- a/Documentation/web-texi2html.init
+++ b/Documentation/web-texi2html.init
@@ -229,7 +229,7 @@ sub texinfo_file_name($)
     $result = 't_g' . $result;
   }
   # DONE
-  return $result
+  return lc($result)
 }
 
 
#### END PATCH ####

Best,
John

Attachment: signature.asc
Description: Ceci est une partie de message numériquement signée


reply via email to

[Prev in Thread] Current Thread [Next in Thread]