From 51119d11f3700a5be7da086dacad56dd219a5c90 Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Tue, 22 Mar 2022 03:01:37 +0000 Subject: CTAN sync 202203220301 --- support/TeX4ht/source/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'support/TeX4ht/source/Makefile') diff --git a/support/TeX4ht/source/Makefile b/support/TeX4ht/source/Makefile index c473e20c98..97e49ce447 100644 --- a/support/TeX4ht/source/Makefile +++ b/support/TeX4ht/source/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 $< -- cgit v1.2.3