[tex4ht-commits] [SCM] tex4ht updated: r359 - trunk/lit
michal_h21 at gnu.org.ua
michal_h21 at gnu.org.ua
Sat Dec 9 20:31:53 CET 2017
Author: michal_h21
Date: 2017-12-09 21:31:53 +0200 (Sat, 09 Dec 2017)
New Revision: 359
Modified:
trunk/lit/ChangeLog
trunk/lit/Makefile
Log:
Compile tex4ht-html4.tex twice to get correct configurations
Modified: trunk/lit/ChangeLog
===================================================================
--- trunk/lit/ChangeLog 2017-12-09 00:08:57 UTC (rev 358)
+++ trunk/lit/ChangeLog 2017-12-09 19:31:53 UTC (rev 359)
@@ -1,3 +1,7 @@
+2017-12-09 Michal Hoftich <michal.h21 at gmail.com>
+ * Makefile: compile the tex4ht-html4.tex file twice in order to get all
+ configurations included.
+
2017-12-08 Michal Hoftich <michal.h21 at gmail.com>
* tex4ht-html4.tex (html4.4ht),
Modified: trunk/lit/Makefile
===================================================================
--- trunk/lit/Makefile 2017-12-09 00:08:57 UTC (rev 358)
+++ trunk/lit/Makefile 2017-12-09 19:31:53 UTC (rev 359)
@@ -305,6 +305,7 @@
$(tex4ht_html4_derived): tex4ht-html4.tex $(common)
latex $(tex_opts) $<
+ latex $(tex_opts) $<
$(tex4ht_info_html4_derived): tex4ht-info-html4.tex $(common_info)
xhlatex $< "html,3,sections+" "" "" $(tex_1opt)
More information about the tex4ht-commits
mailing list