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

karl at gnu.org.ua karl at gnu.org.ua
Fri Jan 24 23:48:20 CET 2020


Author: karl
Date: 2020-01-25 00:48:20 +0200 (Sat, 25 Jan 2020)
New Revision: 662

Modified:
   trunk/lit/ChangeLog
   trunk/lit/Makefile
Log:
install-htfonts-tmp target for convenience

Modified: trunk/lit/ChangeLog
===================================================================
--- trunk/lit/ChangeLog	2020-01-24 20:26:50 UTC (rev 661)
+++ trunk/lit/ChangeLog	2020-01-24 22:48:20 UTC (rev 662)
@@ -1,8 +1,8 @@
 2020-01-24 Michal Hoftich  <michal.h21 at gmail.com>
 
 	* tex4ht-html4.tex (html4.4ht): do not use 1.5 as default line height.
-	* tex4ht-4ht.tex (usepackage-fontspec.4ht): fixed more fatal issues with
-	Fonspec.
+	* tex4ht-4ht.tex (usepackage-fontspec.4ht): fixed more fatal
+	issues with Fontspec.
 
 2020-01-23 Michal Hoftich  <michal.h21 at gmail.com>
 
@@ -3151,4 +3151,4 @@
 
 This file is public domain.  Started 2010, Karl Berry.
 
-# vim: textwidth=80 
+# vim: textwidth=78

Modified: trunk/lit/Makefile
===================================================================
--- trunk/lit/Makefile	2020-01-24 20:26:50 UTC (rev 661)
+++ trunk/lit/Makefile	2020-01-24 22:48:20 UTC (rev 662)
@@ -554,13 +554,20 @@
 
 # painful, so let's write out the commands. --20mar17
 ht_fonts_instdir = $(inst_dir_top)/ht-fonts
-
+#
 install-unicode-4hf:
 	cd $(ht_fonts_devdir) && tar cf - `find . -name unicode.4hf` \
 	| (cd $(ht_fonts_instdir) && tar xf -)
 	svn diff $(ht_fonts_instdir)
+#
+# copy fonts listed in /tmp/t (must be filenames relative to
+# ht_fonts_devdir) to ht_fonts_instdir.
+install-htfonts-tmp:
+	cd $(ht_fonts_devdir) && tar cfT - /tmp/t \
+	| (cd $(ht_fonts_instdir) && tar xf -)
+	svn status $(ht_fonts_instdir)
 
-upmake:
+upmake upm:
 	svn update && make
 
 # 




More information about the tex4ht-commits mailing list.