summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWerner Lemberg <wl@gnu.org>2015-01-04 06:47:15 +0100
committerWerner Lemberg <wl@gnu.org>2015-01-04 06:47:15 +0100
commit6974acebcadc8f9f429adc66f8b2fea754e420ee (patch)
tree62f5c41e11e16dda7ba6b4b612c28efa30a004ed
parent0adbc8b19405a3a383101abe7bc534e1e97ef441 (diff)
Preliminaries for `make grand-replace'.
-rw-r--r--scripts/build/grand-replace.py4
-rw-r--r--scripts/etf2ly.py4
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