changeset 5778:5ad3fb3470c2

Add patch for docs before 2.13.5.
author Graham Percival <gperciva@gperciva-desktop.(none)>
date Tue, 13 Oct 2009 13:52:03 +0100
parents c0b238607384
children 1349c2161523
files patches/rsync-lily-2.12.patch
diffstat 1 files changed, 23 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/patches/rsync-lily-2.12.patch	Tue Oct 13 13:52:03 2009 +0100
@@ -0,0 +1,23 @@
+diff --git a/test-lily/rsync-lily-doc.py b/test-lily/rsync-lily-doc.py
+index 01e9790..ca062d3 100644
+--- a/test-lily/rsync-lily-doc.py
++++ b/test-lily/rsync-lily-doc.py
+@@ -115,12 +115,13 @@ def create_local_web_dir (options, source):
+     
+     printf ('Instrumenting for Google Analytics' )
+     for f in ['Documentation/index.html',
+-              'Documentation/changes.html',
+-              'Documentation/notation/index.html',
+-              'Documentation/internals/index.html',
++              'Documentation/topdocs/NEWS.html',
++              'Documentation/user/lilypond/index.html',
++              'Documentation/user/lilypond-internals/index.html',
+               'examples.html',
+-              'Documentation/music-glossary/index.html',
+-              'Documentation/learning/index.html',
++              'Documentation/user/music-glossary/index.html',
++              'Documentation/topdocs/NEWS.html',
++              'Documentation/user/lilypond-learning/Tutorial.html',
+ #	      'input/test/collated-files.html',
+               'input/regression/collated-files.html']:
+         do_urchin (f)