summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/generic/tex4ht/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/source/generic/tex4ht/Makefile')
-rw-r--r--Master/texmf-dist/source/generic/tex4ht/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/Master/texmf-dist/source/generic/tex4ht/Makefile b/Master/texmf-dist/source/generic/tex4ht/Makefile
index c473e20c980..97e49ce447a 100644
--- a/Master/texmf-dist/source/generic/tex4ht/Makefile
+++ b/Master/texmf-dist/source/generic/tex4ht/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile 1062 2022-01-23 15:51:43Z karl $
+# $Id: Makefile 1091 2022-03-17 11:02:16Z michal_h21 $
# This file is public domain. Originally written 2010, Karl Berry.
# Assumes GNU make.
@@ -213,6 +213,9 @@ derived += $(tex4ht_fonts_kpfonts_derived)
tex4ht_fonts_kpfonts_derived = \
$(ht_fonts_devdir)/unicode/Kp-Light-M-Syd/jkplsyd.htf
+derived += $(tex4ht_fonts_opensans_derived)
+tex4ht_fonts_opensans_derived = \
+ $(ht_fonts_devdir)/unicode/Open_Sans_Light/OpenSans-LightItalic-OT1-LF.htf
# xx and many more
# whither tmp? how change target dir? what happened to cmtex.htf? etc.
@@ -431,6 +434,9 @@ $(tex4ht_fonts_spectral_derived): tex4ht-fonts-spectral.tex
$(tex4ht_fonts_kpfonts_derived): tex4ht-fonts-kpfonts.tex
$(HTTEX) $< ""
+$(tex4ht_fonts_opensans_derived): tex4ht-fonts-opensans.tex
+ $(HTTEX) $< ""
+
# requires more memory than configured in other tex programs.
$(tex4ht_fonts_4hf): tex4ht-fonts-4hf.tex
dvilualatex $<