diff options
Diffstat (limited to 'Build/source/texk/tex4htk/Makefile.am')
-rw-r--r-- | Build/source/texk/tex4htk/Makefile.am | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/Build/source/texk/tex4htk/Makefile.am b/Build/source/texk/tex4htk/Makefile.am index 4a1aa2dd9ce..cce13b45005 100644 --- a/Build/source/texk/tex4htk/Makefile.am +++ b/Build/source/texk/tex4htk/Makefile.am @@ -1,6 +1,7 @@ ## Makefile.am for the TeX Live subdirectory texk/tex4htk/ ## -## Copyright (C) 2009-2015 Peter Breitenlohner <tex-live@tug.org> +## Copyright 2016 Karl Berry <tex-live@tug.org> +## Copyright 2009-2015 Peter Breitenlohner <tex-live@tug.org> ## You may freely use, modify and/or distribute this file. ## ## We distribute the whole java tree. @@ -26,7 +27,9 @@ LDADD = $(KPATHSEA_LIBS) @KPATHSEA_RULE@ perl_scripts = mk4ht -shell_scripts = ht htcontext htlatex htmex httex httexi htxelatex htxetex +shell_scripts = ht htcontext htlatex htmex httex httexi \ + htxelatex htxetex xhlatex + scriptsdir = texmf-dist/scripts/tex4ht nodist_bin_SCRIPTS = @@ -144,7 +147,6 @@ EXTRA_DIST += \ wxelatex \ wxetex \ xhcontext \ - xhlatex \ xhmcontext \ xhmex \ xhmlatex \ |