diff options
Diffstat (limited to 'Build/source/texk/tex4htk/Makefile.am')
-rw-r--r-- | Build/source/texk/tex4htk/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Build/source/texk/tex4htk/Makefile.am b/Build/source/texk/tex4htk/Makefile.am index 0deb247a419..97a04645c14 100644 --- a/Build/source/texk/tex4htk/Makefile.am +++ b/Build/source/texk/tex4htk/Makefile.am @@ -34,11 +34,11 @@ tex4htdir = ${prefix}/$(tex4ht_subdir) tex4ht_SCRIPTS = if WIN32 -bin_SCRIPTS = $(shell_scripts:=.bat) +dist_bin_SCRIPTS = $(shell_scripts:=.bat) else !WIN32 ## Make sure $(bindir) exists ## -bin_SCRIPTS = +dist_bin_SCRIPTS = endif !WIN32 # We support both multiplatform and non-multiplatform builds. |