From 6974acebcadc8f9f429adc66f8b2fea754e420ee Mon Sep 17 00:00:00 2001 From: Werner Lemberg Date: Sun, 4 Jan 2015 06:47:15 +0100 Subject: [PATCH] Preliminaries for `make grand-replace'. --- scripts/build/grand-replace.py | 4 +++- scripts/etf2ly.py | 4 ++-- 2 files changed, 5 insertions(+), 3 deletions(-) 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 -- 2.39.2