[tex4ht-commits] [SCM] tex4ht updated: r254 - trunk/lit
michal_h21 at gnu.org.ua
michal_h21 at gnu.org.ua
Thu Mar 16 10:42:18 CET 2017
Author: michal_h21
Date: 2017-03-16 11:42:18 +0200 (Thu, 16 Mar 2017)
New Revision: 254
Modified:
trunk/lit/ChangeLog
trunk/lit/Makefile
Log:
Fixed support for tex4ht-fonts-4hf.tex
Modified: trunk/lit/ChangeLog
===================================================================
--- trunk/lit/ChangeLog 2017-03-15 14:55:54 UTC (rev 253)
+++ trunk/lit/ChangeLog 2017-03-16 09:42:18 UTC (rev 254)
@@ -1,5 +1,9 @@
-2017-03-11 Michal Hoftich <michal.h21 at gmail.com>
+2017-03-16 Michal Hoftich <michal.h21 at gmail.com>
+ * Makefile (tex4ht_fonts_4hf_derived): use dvilualatex for compilation
+
+2017-03-15 Michal Hoftich <michal.h21 at gmail.com>
+
* Makefile (tex4ht_fonts_4hf_derived): added support for
tex4ht-fonts-4hf.tex
* tex4ht-fonts-4hf.tex
Modified: trunk/lit/Makefile
===================================================================
--- trunk/lit/Makefile 2017-03-15 14:55:54 UTC (rev 253)
+++ trunk/lit/Makefile 2017-03-16 09:42:18 UTC (rev 254)
@@ -265,7 +265,9 @@
$(HTTEX) $< ""
$(tex4ht_fonts_4hf): tex4ht-fonts-4hf.tex
- make4ht -lm draft $< ""
+ dvilualatex $<
+ tex4ht $(<:.tex=.dvi)
+ t4ht $(<:.tex=.dvi)
$(tex4ht_htcmd_derived): tex4ht-htcmd.tex $(common)
$(HTTEX) $< ""
More information about the tex4ht-commits
mailing list