diff options
author | Karl Berry <karl@freefriends.org> | 2024-02-10 23:22:21 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2024-02-10 23:22:21 +0000 |
commit | 07a17ac1bcc3d9fa6dafff295212695e9c2a02e1 (patch) | |
tree | 69d6a6c4f8c3227d9bf150fbb5af9c21cdd03876 /Build/source/texk/tex4htk | |
parent | e1d9990bd60fc09928b66369072cac39342be826 (diff) |
oops, go back to sh mktexlsr, accidentally got pl version; other tweaks
git-svn-id: svn://tug.org/texlive/trunk@69786 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/tex4htk')
-rw-r--r-- | Build/source/texk/tex4htk/ChangeLog | 4 | ||||
-rw-r--r-- | Build/source/texk/tex4htk/Makefile.am | 2 | ||||
-rw-r--r-- | Build/source/texk/tex4htk/Makefile.in | 6 |
3 files changed, 8 insertions, 4 deletions
diff --git a/Build/source/texk/tex4htk/ChangeLog b/Build/source/texk/tex4htk/ChangeLog index 61004496ffb..346742bf0cd 100644 --- a/Build/source/texk/tex4htk/ChangeLog +++ b/Build/source/texk/tex4htk/ChangeLog @@ -1,3 +1,7 @@ +2024-02-10 Karl Berry <karl@tug.org> + + * Makefile.am (shell_scripts): remove htcontext. + 2023-10-13 Karl Berry <karl@freefriends.org> * tex4ht.c: avoid invalid read and uninitialized comparisons. diff --git a/Build/source/texk/tex4htk/Makefile.am b/Build/source/texk/tex4htk/Makefile.am index cce13b45005..3a3342aa9e1 100644 --- a/Build/source/texk/tex4htk/Makefile.am +++ b/Build/source/texk/tex4htk/Makefile.am @@ -27,7 +27,7 @@ LDADD = $(KPATHSEA_LIBS) @KPATHSEA_RULE@ perl_scripts = mk4ht -shell_scripts = ht htcontext htlatex htmex httex httexi \ +shell_scripts = ht htlatex htmex httex httexi \ htxelatex htxetex xhlatex scriptsdir = texmf-dist/scripts/tex4ht diff --git a/Build/source/texk/tex4htk/Makefile.in b/Build/source/texk/tex4htk/Makefile.in index 78323e37be0..be2f29049a0 100644 --- a/Build/source/texk/tex4htk/Makefile.in +++ b/Build/source/texk/tex4htk/Makefile.in @@ -130,8 +130,8 @@ am_tex4ht_OBJECTS = tex4ht.$(OBJEXT) tex4ht_OBJECTS = $(am_tex4ht_OBJECTS) tex4ht_LDADD = $(LDADD) tex4ht_DEPENDENCIES = $(am__DEPENDENCIES_1) -am__dist_bin_SCRIPTS_DIST = ht.bat htcontext.bat htlatex.bat htmex.bat \ - httex.bat httexi.bat htxelatex.bat htxetex.bat xhlatex.bat +am__dist_bin_SCRIPTS_DIST = ht.bat htlatex.bat htmex.bat httex.bat \ + httexi.bat htxelatex.bat htxetex.bat xhlatex.bat am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; am__vpath_adj = case $$p in \ $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ @@ -412,7 +412,7 @@ t4ht_SOURCES = t4ht.c tex4ht_SOURCES = tex4ht.c LDADD = $(KPATHSEA_LIBS) perl_scripts = mk4ht -shell_scripts = ht htcontext htlatex htmex httex httexi \ +shell_scripts = ht htlatex htmex httex httexi \ htxelatex htxetex xhlatex scriptsdir = texmf-dist/scripts/tex4ht |