From 73abb311c03e955ad9f7b7464390a5722b20b915 Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Sat, 11 Feb 2023 03:01:17 +0000 Subject: CTAN sync 202302110301 --- support/TeX4ht/source/Makefile | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) (limited to 'support/TeX4ht/source/Makefile') diff --git a/support/TeX4ht/source/Makefile b/support/TeX4ht/source/Makefile index ecd7c89c13..4ec1683a33 100644 --- a/support/TeX4ht/source/Makefile +++ b/support/TeX4ht/source/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile 1292 2023-02-05 21:12:07Z michal_h21 $ +# $Id: Makefile 1293 2023-02-09 16:22:17Z michal_h21 $ # This file is public domain. Originally written 2010, Karl Berry. # Assumes GNU make. @@ -227,6 +227,10 @@ derived += $(tex4ht_fonts_stix_derived) tex4ht_fonts_stix_derived = \ $(ht_fonts_devdir)/unicode/STIX/stix-mathbb.htf +derived += $(tex4ht_fonts_stix2_derived) +tex4ht_fonts_stix2_derived = \ + $(ht_fonts_devdir)/unicode/STIX_Two/stix2-mathbb.htf + derived += $(tex4ht_fonts_arphic_derived) tex4ht_fonts_arphic_derived = \ $(ht_fonts_devdir)/unicode/arphic/bsmiu9d.htf @@ -454,6 +458,9 @@ $(tex4ht_fonts_mnsymbol_derived): tex4ht-fonts-mnsymbol.tex $(tex4ht_fonts_stix_derived): tex4ht-fonts-stix.tex $(HTTEX) $< "" +$(tex4ht_fonts_stix2_derived): tex4ht-fonts-stix2.tex + $(HTTEX) $< "" + $(tex4ht_fonts_arphic_derived): tex4ht-fonts-arphic.tex $(HTTEX) $< "" @@ -807,6 +814,11 @@ update-htfonts: ./update-htfonts update $(ht_fonts_devdir) $(ht_fonts_instdir) | tee /tmp/htupd .PHONY: update-htfonts +# svn status of results. +svnstatus st: + svn status $(inst_dir_4ht) $(inst_dir_top) $(inst_dir_scripts) \ + $(inst_dir_source) | sed s,$(texmf),, # reduce output + # # diff all files in the main TeX Live installation directory against # cwd (development). the --ignore-matching-lines below only works when -- cgit v1.2.3