diff options
Diffstat (limited to 'Build/source/texk')
-rw-r--r-- | Build/source/texk/tex4htk/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/texk/tex4htk/Makefile.in b/Build/source/texk/tex4htk/Makefile.in index 6b882deef70..9a37f779e50 100644 --- a/Build/source/texk/tex4htk/Makefile.in +++ b/Build/source/texk/tex4htk/Makefile.in @@ -38,7 +38,7 @@ install-exec: all if test -d "$(bindir)/../../texmf-dist/scripts/tex4ht"; then \ d=../../texmf-dist/scripts/tex4ht; \ elif test -d "$(bindir)/../texmf-dist/scripts/tex4ht"; then \ - d=../../texmf-dist/scripts/tex4ht; \ + d=../texmf-dist/scripts/tex4ht; \ else \ echo "Error: texmf-dist/scripts/tex4ht directory not found"; \ false; \ |