[tex4ht-commits] [SCM] tex4ht updated: r1141 - trunk/lit
Karl Berry
INVALID.NOREPLY at gnu.org.ua
Wed Jun 1 23:43:42 CEST 2022
Author: karl
Date: 2022-06-01 21:43:42 +0000 (Wed, 01 Jun 2022)
New Revision: 1141
Modified:
trunk/lit/Makefile
trunk/lit/update-htfonts
Log:
fully comment out debugging lines, etc.
Modified: trunk/lit/Makefile
===================================================================
--- trunk/lit/Makefile 2022-06-01 13:54:37 UTC (rev 1140)
+++ trunk/lit/Makefile 2022-06-01 21:43:42 UTC (rev 1141)
@@ -718,7 +718,7 @@
# The directories where tex4ht is installed in TeX Live,
# i.e., where we will copy and commit updates.
-texmf = /r/tug/home/texlive/karl/Master/texmf-dist
+texmf = /v/texlive/karl/Master/texmf-dist
inst_dir_4ht = $(texmf)/tex/generic/tex4ht
inst_dir_top = $(texmf)/tex4ht
inst_dir_scripts = $(texmf)/scripts/tex4ht
@@ -784,7 +784,7 @@
# Compare and update.
update-htfonts:
- ./update-htfonts update $(ht_fonts_devdir) $(ht_fonts_instdir) | tee /tmp/htdif
+ ./update-htfonts update $(ht_fonts_devdir) $(ht_fonts_instdir) | tee /tmp/htupd
.PHONY: update-htfonts
#
Modified: trunk/lit/update-htfonts
===================================================================
--- trunk/lit/update-htfonts 2022-06-01 13:54:37 UTC (rev 1140)
+++ trunk/lit/update-htfonts 2022-06-01 21:43:42 UTC (rev 1141)
@@ -83,7 +83,7 @@
#
find "$devdir" -type f -print | sort | while read devf; do
instf=`echo "$devf" | sed "s,^$devdir/,$instdir/,"`
- echo "$devf" | grep OpenSans >/dev/null &&
+ #echo "$devf" | grep ec-mlm >/dev/null &&
#$verbose && echo "considering $devf -> $instf"
if test -r "$instf"; then
More information about the tex4ht-commits
mailing list.