[tex4ht-commits] [SCM] tex4ht updated: r311 - trunk/lit

michal_h21 at gnu.org.ua michal_h21 at gnu.org.ua
Wed May 10 21:07:01 CEST 2017


Author: michal_h21
Date: 2017-05-10 22:07:01 +0300 (Wed, 10 May 2017)
New Revision: 311

Modified:
   trunk/lit/ChangeLog
   trunk/lit/Makefile
Log:
removed mktex4ht.4ht from common dependencies

Modified: trunk/lit/ChangeLog
===================================================================
--- trunk/lit/ChangeLog	2017-05-10 18:59:25 UTC (rev 310)
+++ trunk/lit/ChangeLog	2017-05-10 19:07:01 UTC (rev 311)
@@ -8,6 +8,7 @@
 	macro to each of these files, because it needs current filename in 
 	it's definition. Generated info files, except infosvg.4ht, should work
 	now.
+	* Makefile: removed mktex4ht.4ht from common dependencies.
 
 2017-05-09  Karl Berry  <karl at freefriends.org>
 

Modified: trunk/lit/Makefile
===================================================================
--- trunk/lit/Makefile	2017-05-10 18:59:25 UTC (rev 310)
+++ trunk/lit/Makefile	2017-05-10 19:07:01 UTC (rev 311)
@@ -29,9 +29,12 @@
 # generates it (cond4ht), so we need two different variables.
 # Similarly for tex4ht.sty, though that is modified far less often.
 # 
+# Michal 10/05/2017: it seems that when mktex4ht.4ht is included as
+# common, it causes constant recompilatiations
 common_no_cond_sty = tex4ht-cpright.tex common.tex common-code.tex \
   ProTex.sty AlProTex.sty
-common = mktex4ht.4ht tex4ht.sty $(common_no_cond_sty)
+# common = mktex4ht.4ht tex4ht.sty $(common_no_cond_sty)
+common = $(common_no_cond_sty)
 common_info = $(common) common-info.tex
 derived = 
 



More information about the tex4ht-commits mailing list