[tex4ht-commits] [SCM] tex4ht updated: r1331 - trunk/lit
Karl Berry
INVALID.NOREPLY at gnu.org.ua
Sun May 14 18:18:22 CEST 2023
Author: karl
Date: 2023-05-14 16:18:22 +0000 (Sun, 14 May 2023)
New Revision: 1331
Modified:
trunk/lit/ChangeLog
trunk/lit/update-htfonts
Log:
install tex4ht-fonts*.tex and other sources
Modified: trunk/lit/ChangeLog
===================================================================
--- trunk/lit/ChangeLog 2023-05-11 20:15:18 UTC (rev 1330)
+++ trunk/lit/ChangeLog 2023-05-14 16:18:22 UTC (rev 1331)
@@ -1,4 +1,6 @@
+2023-05-14 Karl Berry <karl at freefriends.org>
+ * update-htfonts: also install tex4ht-fonts*.tex and other sources.
2023-05-11 Michal Hoftich <michal.h21 at gmail.com>
Modified: trunk/lit/update-htfonts
===================================================================
--- trunk/lit/update-htfonts 2023-05-11 20:15:18 UTC (rev 1330)
+++ trunk/lit/update-htfonts 2023-05-14 16:18:22 UTC (rev 1331)
@@ -134,4 +134,16 @@
comm -13 $tmpdir/devdir $tmpdir/instdir
# maybe better to leave it for manual removal?
+#
also copy source files.
+t4srcdir=`echo "$instdir" \
+ | sed 's,/texmf-dist/.*,/texmf-dist/source/generic/tex4ht,'`
+echo "$prg: copying source files to $t4srcdir."
+cp -p ChangeLog Makefile tex4ht-fonts*.tex update-htfonts "$t4srcdir"
+
+echo
+(set -x;
+ $svn status "$instdir"
+ $svn status "$t4srcdir"
+)
+
echo "$prg: done."
More information about the tex4ht-commits
mailing list.