summaryrefslogtreecommitdiff
path: root/support/TeX4ht/source/Makefile
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2022-11-17 03:01:35 +0000
committerNorbert Preining <norbert@preining.info>2022-11-17 03:01:35 +0000
commit3692808268baf9f2c56b28f61c266ef0efbb0fe6 (patch)
treec4f2221ea448c419130ee989be4cd0f00a0560c5 /support/TeX4ht/source/Makefile
parentfa9eff5f7febdf005dca510a70e57ffe92257c2c (diff)
CTAN sync 202211170301
Diffstat (limited to 'support/TeX4ht/source/Makefile')
-rw-r--r--support/TeX4ht/source/Makefile9
1 files changed, 8 insertions, 1 deletions
diff --git a/support/TeX4ht/source/Makefile b/support/TeX4ht/source/Makefile
index 070f244253..75e13f7734 100644
--- a/support/TeX4ht/source/Makefile
+++ b/support/TeX4ht/source/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile 1213 2022-10-06 22:08:15Z karl $
+# $Id: Makefile 1236 2022-11-15 12:28:12Z michal_h21 $
# This file is public domain. Originally written 2010, Karl Berry.
# Assumes GNU make.
@@ -223,6 +223,10 @@ derived += $(tex4ht_fonts_mnsymbol_derived)
tex4ht_fonts_mnsymbol_derived = \
$(ht_fonts_devdir)/unicode/MnSymbol/MnSymbolA-Bold10.htf
+derived += $(tex4ht_fonts_stix_derived)
+tex4ht_fonts_stix_derived = \
+ $(ht_fonts_devdir)/unicode/STIX/stix-mathbb.htf
+
# htcmd not used
#derived += $(tex4ht_htcmd_derived)
#tex4ht_htcmd_derived = htcmd.c
@@ -445,6 +449,9 @@ $(tex4ht_fonts_opensans_derived): tex4ht-fonts-opensans.tex
$(tex4ht_fonts_mnsymbol_derived): tex4ht-fonts-mnsymbol.tex
$(HTTEX) $< ""
+$(tex4ht_fonts_stix_derived): tex4ht-fonts-stix.tex
+ $(HTTEX) $< ""
+
# requires more memory than configured in other tex programs.
$(tex4ht_fonts_4hf): tex4ht-fonts-4hf.tex
dvilualatex $<