[tex4ht-commits] [SCM] tex4ht updated: r1296 - trunk/lit
Karl Berry
INVALID.NOREPLY at gnu.org.ua
Sun Feb 12 23:24:10 CET 2023
Author: karl
Date: 2023-02-12 22:24:09 +0000 (Sun, 12 Feb 2023)
New Revision: 1296
Modified:
trunk/lit/ChangeLog
trunk/lit/Makefile
Log:
Makefile dev tweaks
Modified: trunk/lit/ChangeLog
===================================================================
--- trunk/lit/ChangeLog 2023-02-12 21:54:47 UTC (rev 1295)
+++ trunk/lit/ChangeLog 2023-02-12 22:24:09 UTC (rev 1296)
@@ -1,3 +1,8 @@
+2023-02-12 Karl Berry <karl at freefriends.org>
+
+ * Makefile (inst_dir_all): new variable.
+ (svnstatus st): new convenience targets.
+
2023-02-12 Michal Hoftich <michal.h21 at gmail.com>
* tex4ht-4ht.tex (tcolorbox.4ht): fixed unclosed paragraph with the
Modified: trunk/lit/Makefile
===================================================================
--- trunk/lit/Makefile 2023-02-12 21:54:47 UTC (rev 1295)
+++ trunk/lit/Makefile 2023-02-12 22:24:09 UTC (rev 1296)
@@ -750,6 +750,9 @@
inst_dir_top = $(texmf)/tex4ht
inst_dir_scripts = $(texmf)/scripts/tex4ht
inst_dir_source = $(texmf)/source/generic/tex4ht
+#
+inst_dir_all = $(inst_dir_4ht) $(inst_dir_top) $(inst_dir_scripts) \
+ $(inst_dir_source)
# Simple command to "install" from dev to TL.
# (Other methods are also used.)
@@ -814,6 +817,11 @@
./update-htfonts update $(ht_fonts_devdir) $(ht_fonts_instdir) | tee /tmp/htupd
.PHONY: update-htfonts
+# svn status of results.
+svnstatus st:
+ svn status $(inst_dir_all) | sed s,$(texmf),, # reduce output
+ @echo $(inst_dir_all)
+
#
# diff all files in the main TeX Live installation directory against
# cwd (development). the --ignore-matching-lines below only works when
More information about the tex4ht-commits
mailing list.