diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2010-12-20 12:44:24 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2010-12-20 12:44:24 +0000 |
commit | eefd36e9749205ed3aae855796c09e5c7600de41 (patch) | |
tree | 02785a96316478885c6b78c2730921a692dea054 /Build/source/texk/tex4htk/Makefile.in | |
parent | 46500586978b361422a73168b912a0e151111885 (diff) |
add ht*.bat scripts for WIN32
git-svn-id: svn://tug.org/texlive/trunk@20813 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/tex4htk/Makefile.in')
-rw-r--r-- | Build/source/texk/tex4htk/Makefile.in | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Build/source/texk/tex4htk/Makefile.in b/Build/source/texk/tex4htk/Makefile.in index 66d6adcb04f..4703553e914 100644 --- a/Build/source/texk/tex4htk/Makefile.in +++ b/Build/source/texk/tex4htk/Makefile.in @@ -54,6 +54,7 @@ ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/../../m4/kpse-common.m4 \ $(top_srcdir)/../../m4/kpse-kpathsea-flags.m4 \ $(top_srcdir)/../../m4/kpse-warnings.m4 \ + $(top_srcdir)/../../m4/kpse-win32.m4 \ $(top_srcdir)/../../m4/libtool.m4 \ $(top_srcdir)/../../m4/ltoptions.m4 \ $(top_srcdir)/../../m4/ltsugar.m4 \ @@ -278,7 +279,8 @@ EXTRA_DIST = $(perl_scripts) $(shell_scripts) dbcontext dblatex \ tex4ht_subdir = texmf-dist/scripts/tex4ht tex4htdir = ${prefix}/$(tex4ht_subdir) tex4ht_SCRIPTS = -bin_SCRIPTS = +@WIN32_FALSE@bin_SCRIPTS = +@WIN32_TRUE@bin_SCRIPTS = $(shell_scripts:=.bat) all: c-auto.h $(MAKE) $(AM_MAKEFLAGS) all-am |