[tex4ht-commits] [SCM] tex4ht updated: r1039 - trunk/lit
Karl Berry
INVALID.NOREPLY at gnu.org.ua
Sat Dec 25 22:56:54 CET 2021
Author: karl
Date: 2021-12-25 21:56:53 +0000 (Sat, 25 Dec 2021)
New Revision: 1039
Modified:
trunk/lit/ChangeLog
trunk/lit/Makefile
Log:
xifthen support, tex4hr r1038
Modified: trunk/lit/ChangeLog
===================================================================
--- trunk/lit/ChangeLog 2021-12-25 19:26:07 UTC (rev 1038)
+++ trunk/lit/ChangeLog 2021-12-25 21:56:53 UTC (rev 1039)
@@ -46,7 +46,7 @@
2021-12-11 Michal Hoftich <michal.h21 at gmail.com>
- * tex4ht-ooffice.tex (ooffice.4ht): enclose image file names in brackets, in
+ * tex4ht-ooffice.tex (ooffice.4ht): enclose image file names in braces, in
order to support spaces in filenames.
* tex4ht-4ht.tex (ifthen.4ht, hyperref-hooks.4ht): disable Nameref from
Modified: trunk/lit/Makefile
===================================================================
--- trunk/lit/Makefile 2021-12-25 19:26:07 UTC (rev 1038)
+++ trunk/lit/Makefile 2021-12-25 21:56:53 UTC (rev 1039)
@@ -775,8 +775,10 @@
# put the raw diff in /tmp/htd:
-$(diff) -r $(ht_fonts_instdir) $(ht_fonts_devdir) >/tmp/htd
# just the changed filenames in /tmp/htf; but this includes date changes,
-# so will have lots of false matches. must fixx ...
- sed -n 's,^diff.*ht-fonts/,,p' /tmp/htd |sort >/tmp/htf
+# so will have lots of false matches. must fixx ...
+# also we don't ever remove $(ht_fonts_instdir), so old stuff stays
+# around; must fixx again.
+ sed -n 's,^diff.*ht-fonts/,,p' /tmp/htd | sort >/tmp/htf
# and new filenames in /tmp/htnew:
sed -n -e 's,^Only in.*ht-fonts/,,' \
-e 's,: ,/,p' /tmp/htd >/tmp/htnew
More information about the tex4ht-commits
mailing list.