]> git.donarmstrong.com Git - lilypond.git/commitdiff
Preliminaries for `make grand-replace'.
authorWerner Lemberg <wl@gnu.org>
Sun, 4 Jan 2015 05:47:15 +0000 (06:47 +0100)
committerWerner Lemberg <wl@gnu.org>
Sun, 4 Jan 2015 05:47:15 +0000 (06:47 +0100)
scripts/build/grand-replace.py
scripts/etf2ly.py

index 222551f06fcd217c3951c28a7cc2b0f96995342c..a30bf721145ee9a97ddbb2930882ff41c3de1c93 100644 (file)
@@ -44,9 +44,11 @@ copied_files = [
     'texinfo.tex',
     'txi-de.tex',
     'txi-en.tex',
-    'txi-fr.tex',
     'txi-es.tex',
+    'txi-fr.tex',
+    'txi-hu.tex',
     'txi-it.tex',
+    'txi-nl.tex',
     ]
 
 def main ():
index 171f5b226cc48c444e255633b4feba086d6fcc67..0484d7a9c492a248fc0708cf2c8f497c677a7080 100644 (file)
@@ -1131,12 +1131,12 @@ class Etf_file:
 
         
         while c and c.number <> endno:
-            d = c # hack to avoid problem with build/scripts/grand-replace.py
+            d = c # hack to avoid problem with scripts/build/grand-replace.py
             thread.append (d)
             c = c.next
 
         if c: 
-            d = c # hack to avoid problem with build/scripts/grand-replace.py
+            d = c # hack to avoid problem with scripts/build/grand-replace.py
             thread.append (d)
         
         return thread