diff options
author | Vladimir Volovich <vvv@vsu.ru> | 2008-05-14 03:31:19 +0000 |
---|---|---|
committer | Vladimir Volovich <vvv@vsu.ru> | 2008-05-14 03:31:19 +0000 |
commit | e26ac07d955b55d4c983b1775a68b3bbdfaeab08 (patch) | |
tree | 0c8a1ec3bd7a7746d5e74ae0aea169629bdbd5fe /Build/source/texk | |
parent | eb04f425267b5abc8c00776da2796a65ab934d63 (diff) |
the destination of symlinks in case of --disable-multiplatform was by mistake (typo)
the same as for the multiplatform case.
git-svn-id: svn://tug.org/texlive/trunk@8123 c570f23f-e606-0410-a88d-b1316a301751
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; \ |