summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/generic/tex4ht/Makefile
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2022-03-20 16:17:14 +0000
committerKarl Berry <karl@freefriends.org>2022-03-20 16:17:14 +0000
commit8d133cf0c41d9f82c8ac5cda8f5ede55bf9650f7 (patch)
treeaff19f726595f07629b5e681498e5da7e1ac4e94 /Master/texmf-dist/source/generic/tex4ht/Makefile
parentedfe5c48243a9b148a99707e91049463d8c88e42 (diff)
listings colors, tex4ht r1092; opensans install cleanup
git-svn-id: svn://tug.org/texlive/trunk@62824 c570f23f-e606-0410-a88d-b1316a301751
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 $<