summaryrefslogtreecommitdiff
path: root/support/TeX4ht/source/Makefile
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2024-01-05 03:02:50 +0000
committerNorbert Preining <norbert@preining.info>2024-01-05 03:02:50 +0000
commit387961768f65ec00d171b3781d4b87ea94bb19f5 (patch)
treeb3280b963f8e2b3d3f9f0b1f940912069d6f27c9 /support/TeX4ht/source/Makefile
parentc45a0e15a3f74b963e3c2be142de33c8c8f12588 (diff)
CTAN sync 202401050302
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 b783b5d458..29c8c7da46 100644
--- a/support/TeX4ht/source/Makefile
+++ b/support/TeX4ht/source/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile 1419 2023-12-11 23:23:52Z karl $
+# $Id: Makefile 1429 2024-01-03 14:56:01Z michal_h21 $
# This file is public domain. Originally written 2010, Karl Berry.
# Assumes GNU make.
@@ -197,6 +197,10 @@ derived += $(tex4ht_fonts_libertine_derived)
tex4ht_fonts_libertine_derived = \
$(ht_fonts_devdir)/unicode/Linux_Biolinum_T/LinBiolinumT-lf-sc-ly1.htf
+derived += $(tex4ht_fonts_libertinus_derived)
+tex4ht_fonts_libertinus_derived = \
+ $(ht_fonts_devdir)/unicode/libertinus/LibertinusSans-Italic-lf-lgr.htf
+
derived += $(tex4ht_fonts_newtx_derived)
tex4ht_fonts_newtx_derived = \
$(ht_fonts_devdir)/unicode/txbmiaX/ntxbmia.htf
@@ -437,6 +441,9 @@ $(tex4ht_fonts_ebgaramond_derived): tex4ht-fonts-ebgaramond.tex
$(tex4ht_fonts_libertine_derived): tex4ht-fonts-libertine.tex
$(HTTEX) $< ""
+$(tex4ht_fonts_libertinus_derived): tex4ht-fonts-libertinus.tex
+ $(HTTEX) $< ""
+
$(tex4ht_fonts_newtx_derived): tex4ht-fonts-newtx.tex
$(HTTEX) $< ""