summaryrefslogtreecommitdiff
path: root/support/TeX4ht/source/Makefile
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2023-02-11 03:01:17 +0000
committerNorbert Preining <norbert@preining.info>2023-02-11 03:01:17 +0000
commit73abb311c03e955ad9f7b7464390a5722b20b915 (patch)
treea8e116777430169c28f315127303eb19626a4d30 /support/TeX4ht/source/Makefile
parente10a52ebe817fe7ff0235c066d83f51f39d3e023 (diff)
CTAN sync 202302110301
Diffstat (limited to 'support/TeX4ht/source/Makefile')
-rw-r--r--support/TeX4ht/source/Makefile14
1 files changed, 13 insertions, 1 deletions
diff --git a/support/TeX4ht/source/Makefile b/support/TeX4ht/source/Makefile
index ecd7c89c13..4ec1683a33 100644
--- a/support/TeX4ht/source/Makefile
+++ b/support/TeX4ht/source/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile 1292 2023-02-05 21:12:07Z michal_h21 $
+# $Id: Makefile 1293 2023-02-09 16:22:17Z michal_h21 $
# This file is public domain. Originally written 2010, Karl Berry.
# Assumes GNU make.
@@ -227,6 +227,10 @@ derived += $(tex4ht_fonts_stix_derived)
tex4ht_fonts_stix_derived = \
$(ht_fonts_devdir)/unicode/STIX/stix-mathbb.htf
+derived += $(tex4ht_fonts_stix2_derived)
+tex4ht_fonts_stix2_derived = \
+ $(ht_fonts_devdir)/unicode/STIX_Two/stix2-mathbb.htf
+
derived += $(tex4ht_fonts_arphic_derived)
tex4ht_fonts_arphic_derived = \
$(ht_fonts_devdir)/unicode/arphic/bsmiu9d.htf
@@ -454,6 +458,9 @@ $(tex4ht_fonts_mnsymbol_derived): tex4ht-fonts-mnsymbol.tex
$(tex4ht_fonts_stix_derived): tex4ht-fonts-stix.tex
$(HTTEX) $< ""
+$(tex4ht_fonts_stix2_derived): tex4ht-fonts-stix2.tex
+ $(HTTEX) $< ""
+
$(tex4ht_fonts_arphic_derived): tex4ht-fonts-arphic.tex
$(HTTEX) $< ""
@@ -807,6 +814,11 @@ update-htfonts:
./update-htfonts update $(ht_fonts_devdir) $(ht_fonts_instdir) | tee /tmp/htupd
.PHONY: 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
+
#
# diff all files in the main TeX Live installation directory against
# cwd (development). the --ignore-matching-lines below only works when