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

karl at gnu.org.ua karl at gnu.org.ua
Sun Nov 8 23:10:29 CET 2020


Author: karl
Date: 2020-11-09 00:10:29 +0200 (Mon, 09 Nov 2020)
New Revision: 840

Modified:
   trunk/lit/ChangeLog
   trunk/lit/Makefile
Log:
diff-all target: omit ht.{unix,bat}

Modified: trunk/lit/ChangeLog
===================================================================
--- trunk/lit/ChangeLog	2020-11-08 20:50:18 UTC (rev 839)
+++ trunk/lit/ChangeLog	2020-11-08 22:10:29 UTC (rev 840)
@@ -1,3 +1,7 @@
+2020-11-08  Karl Berry  <karl at freefriends.org>
+
+	* Makefile (diff_files): also filter-out ht.{unix,bat}.
+
 2020-11-08  Michal Hoftich  <michal.h21 at gmail.com>
 
 	* tex4ht-html4 (html4.4ht): fixed paragraph opening after Theorem
@@ -2,3 +6,4 @@
 	environment.
-	* tex4ht-html4 (html4.4ht): emulate \subsection handling in Amsart class.
+	* tex4ht-html4 (html4.4ht): emulate \subsection handling in Amsart
+	class.
 	https://tex.stackexchange.com/q/569955/2891

Modified: trunk/lit/Makefile
===================================================================
--- trunk/lit/Makefile	2020-11-08 20:50:18 UTC (rev 839)
+++ trunk/lit/Makefile	2020-11-08 22:10:29 UTC (rev 840)
@@ -738,7 +738,8 @@
 # 

 # to compare newly-built files with what's installed.
 # htf files, etc., are in a different place, so don't include them here,
-diff_files = $(filter-out %.htf %.4hf tex4ht.env% %.c lm-htf.tex mk4ht.perl,\
+diff_files = $(filter-out %.htf %.4hf tex4ht.env% %.c lm-htf.tex \
+                          mk4ht.perl ht.unix ht.bat,\
                           $(derived))
 
 # the --ignore-matching-lines below only works when that's the only change in



More information about the tex4ht-commits mailing list.