summaryrefslogtreecommitdiff
path: root/support/TeX4ht/source/Makefile
diff options
context:
space:
mode:
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) $< ""