view patches/rsync-lily-2.12.patch @ 6512:ccc20ae889ca default tip guix

mingw::guile-2.0.7 builds.
author Jan Nieuwenhuizen <janneke@gnu.org>
date Thu, 24 Mar 2016 08:03:39 +0100
parents 9889b8fb083d
children
line wrap: on
line source

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/index.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)