summaryrefslogtreecommitdiff
path: root/support/TeX4ht/source/Makefile
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2023-02-14 03:01:39 +0000
committerNorbert Preining <norbert@preining.info>2023-02-14 03:01:39 +0000
commitdc5dafdd7c01d469b556bc5bef745a6f1c84a5cb (patch)
treeae456a344d540979045234c3d72a7236777a7d99 /support/TeX4ht/source/Makefile
parent88bea5fae4bc9a51d1cd6311662f9e001c3bd643 (diff)
CTAN sync 202302140301
Diffstat (limited to 'support/TeX4ht/source/Makefile')
-rw-r--r--support/TeX4ht/source/Makefile9
1 files changed, 6 insertions, 3 deletions
diff --git a/support/TeX4ht/source/Makefile b/support/TeX4ht/source/Makefile
index 4ec1683a33..0d330dd3d5 100644
--- a/support/TeX4ht/source/Makefile
+++ b/support/TeX4ht/source/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile 1293 2023-02-09 16:22:17Z michal_h21 $
+# $Id: Makefile 1296 2023-02-12 22:24:09Z karl $
# This file is public domain. Originally written 2010, Karl Berry.
# Assumes GNU make.
@@ -750,6 +750,9 @@ inst_dir_4ht = $(texmf)/tex/generic/tex4ht
inst_dir_top = $(texmf)/tex4ht
inst_dir_scripts = $(texmf)/scripts/tex4ht
inst_dir_source = $(texmf)/source/generic/tex4ht
+#
+inst_dir_all = $(inst_dir_4ht) $(inst_dir_top) $(inst_dir_scripts) \
+ $(inst_dir_source)
# Simple command to "install" from dev to TL.
# (Other methods are also used.)
@@ -816,8 +819,8 @@ update-htfonts:
# svn status of results.
svnstatus st:
- svn status $(inst_dir_4ht) $(inst_dir_top) $(inst_dir_scripts) \
- $(inst_dir_source) | sed s,$(texmf),, # reduce output
+ svn status $(inst_dir_all) | sed s,$(texmf),, # reduce output
+ @echo $(inst_dir_all)
#
# diff all files in the main TeX Live installation directory against