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

Karl Berry INVALID.NOREPLY at gnu.org.ua
Thu Nov 21 23:07:12 CET 2024


Author: karl
Date: 2024-11-21 22:07:12 +0000 (Thu, 21 Nov 2024)
New Revision: 1600

Modified:
   trunk/lit/ChangeLog
   trunk/lit/Makefile
Log:
(tex4ht.jar): missing \ continuation

Modified: trunk/lit/ChangeLog
===================================================================
--- trunk/lit/ChangeLog	2024-11-20 20:38:22 UTC (rev 1599)
+++ trunk/lit/ChangeLog	2024-11-21 22:07:12 UTC (rev 1600)
@@ -1,3 +1,8 @@
+2024-11-21  Karl Berry  <karl at freefriends.org>
+
+	* Makefile (tex4ht.jar): missing \ continuation. From Florian
+	Schmaus for gentoo.
+
 2024-11-20  Michal Hoftich  <michal.h21 at gmail.com>
 
 	* tex4ht-4ht.tex (qtree.4ht): added support for the Qtree package.

Modified: trunk/lit/Makefile
===================================================================
--- trunk/lit/Makefile	2024-11-20 20:38:22 UTC (rev 1599)
+++ trunk/lit/Makefile	2024-11-21 22:07:12 UTC (rev 1600)
@@ -741,7 +741,7 @@
 ifeq ($(java_in_make),true)
 .PHONY: jar
 jar: $(homedir)/$(texmf_t4ht_bin)/tex4ht.jar
-$(homedir)/$(texmf_t4ht_bin)/tex4ht.jar:
+$(homedir)/$(texmf_t4ht_bin)/tex4ht.jar: \
 	$(tex4ht_docbook_xtpipes_derived) \
 	$(tex4ht_fonts_noncjk_derived) \
 	$(tex4ht_html_speech_xtpipes_derived) \



More information about the tex4ht-commits mailing list.