diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2010-12-20 14:28:41 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2010-12-20 14:28:41 +0000 |
commit | 8a591530193be578ca656213a25ceb8737d7fa6f (patch) | |
tree | 4526c65fd12ed0f562c33cb28c49518371c0736c /Build/source/texk/tex4htk/Makefile.am | |
parent | eefd36e9749205ed3aae855796c09e5c7600de41 (diff) |
fix build system
git-svn-id: svn://tug.org/texlive/trunk@20814 c570f23f-e606-0410-a88d-b1316a301751
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. |