[tex4ht-commits] [SCM] tex4ht updated: r253 - trunk/lit
michal_h21 at gnu.org.ua
michal_h21 at gnu.org.ua
Wed Mar 15 15:55:54 CET 2017
Author: michal_h21
Date: 2017-03-15 16:55:54 +0200 (Wed, 15 Mar 2017)
New Revision: 253
Modified:
trunk/lit/ChangeLog
trunk/lit/Makefile
Log:
Updted changelog and added some generated unicode.4hf files to the Makefile
Modified: trunk/lit/ChangeLog
===================================================================
--- trunk/lit/ChangeLog 2017-03-15 14:25:11 UTC (rev 252)
+++ trunk/lit/ChangeLog 2017-03-15 14:55:54 UTC (rev 253)
@@ -1,3 +1,11 @@
+2017-03-11 Michal Hoftich <michal.h21 at gmail.com>
+
+ * Makefile (tex4ht_fonts_4hf_derived): added support for
+ tex4ht-fonts-4hf.tex
+ * tex4ht-fonts-4hf.tex
+ (tex4ht.dir/texmf/tex4ht/ht-fonts/unicode/charset/unicode.4hf) and others:
+ request xml entity for single quote, removed xml entity for ` character
+
2017-03-13 Karl Berry <karl at freefriends.org>
* Makefile (tex4ht_4ht_derived): spread out by first letter.
Modified: trunk/lit/Makefile
===================================================================
--- trunk/lit/Makefile 2017-03-15 14:25:11 UTC (rev 252)
+++ trunk/lit/Makefile 2017-03-15 14:55:54 UTC (rev 253)
@@ -100,7 +100,9 @@
#tex4ht_htcmd_derived = htcmd.c
derived += $(tex4ht_fonts_4hf)
-tex4ht_fonts_4hf = unicode.4hf
+tex4ht_fonts_4hf = tex4ht.dir/texmf/tex4ht/ht-fonts/unicode/charset/unicode.4hf \
+ tex4ht.dir/texmf/tex4ht/ht-fonts/mozilla/charset/unicode.4hf
+# and many more
derived += $(tex4ht_html_speech_derived)
tex4ht_html_speech_derived = html-speech.4ht html-speech-math.4ht emacspeak.4ht
More information about the tex4ht-commits
mailing list