summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/xelatex/arabxetex/makemaps.pl
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/xelatex/arabxetex/makemaps.pl')
-rw-r--r--Master/texmf-dist/doc/xelatex/arabxetex/makemaps.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/texmf-dist/doc/xelatex/arabxetex/makemaps.pl b/Master/texmf-dist/doc/xelatex/arabxetex/makemaps.pl
index b375752271c..231a6b5c8ea 100644
--- a/Master/texmf-dist/doc/xelatex/arabxetex/makemaps.pl
+++ b/Master/texmf-dist/doc/xelatex/arabxetex/makemaps.pl
@@ -1111,7 +1111,7 @@ close OUTPUT;
close MAPS;
# Let's compile them now
-
-system("for map in $output*.map; do echo \"compiling \$map ...\" && teckit_compile \$map; done");
+system("cp *.map mappings/");
+system("for map in mappings/*.map; do echo \"compiling \$map ...\" && teckit_compile \$map; done");