From: Werner Lemberg Date: Sun, 4 Jan 2015 05:47:15 +0000 (+0100) Subject: Preliminaries for `make grand-replace'. X-Git-Tag: release/2.19.16-1~2^2~38^2~31 X-Git-Url: https://git.donarmstrong.com/?p=lilypond.git;a=commitdiff_plain;h=6974acebcadc8f9f429adc66f8b2fea754e420ee Preliminaries for `make grand-replace'. --- diff --git a/scripts/build/grand-replace.py b/scripts/build/grand-replace.py index 222551f06f..a30bf72114 100644 --- a/scripts/build/grand-replace.py +++ b/scripts/build/grand-replace.py @@ -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 (): diff --git a/scripts/etf2ly.py b/scripts/etf2ly.py index 171f5b226c..0484d7a9c4 100644 --- a/scripts/etf2ly.py +++ b/scripts/etf2ly.py @@ -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