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

Karl Berry INVALID.NOREPLY at gnu.org.ua
Fri Apr 19 00:51:04 CEST 2024


Author: karl
Date: 2024-04-18 22:51:03 +0000 (Thu, 18 Apr 2024)
New Revision: 1503

Modified:
   trunk/lit/ChangeLog
   trunk/lit/Makefile
Log:
avoid compiling/install minion in default locations

Modified: trunk/lit/ChangeLog
===================================================================
--- trunk/lit/ChangeLog	2024-04-18 12:55:56 UTC (rev 1502)
+++ trunk/lit/ChangeLog	2024-04-18 22:51:03 UTC (rev 1503)
@@ -1,3 +1,9 @@
+2024-04-18  Karl Berry  <karl at freefriends.org>
+
+	* Makefile (derived): do not add tex4ht_fonts_minionpro_derived,
+	since Minion is nonfree. Maybe we could get it into tlcontrib
+	if there is demand.
+
 2024-04-18  Michal Hoftich  <michal.h21 at gmail.com>
 
 	* tex4ht-4ht.tex (usepackage.4ht, xyling-hooks.4ht, xyling.4ht):

Modified: trunk/lit/Makefile
===================================================================
--- trunk/lit/Makefile	2024-04-18 12:55:56 UTC (rev 1502)
+++ trunk/lit/Makefile	2024-04-18 22:51:03 UTC (rev 1503)
@@ -227,7 +227,10 @@
 tex4ht_fonts_mnsymbol_derived = \
 	$(ht_fonts_devdir)/unicode/MnSymbol/MnSymbolA-Bold10.htf
 
-derived += $(tex4ht_fonts_minionpro_derived)
+# somehow have to push this to tlcontrib; since Minion is nonfree,
+# can't put it into TL. For now, avoid compiling/installing it,
+# since then it shows up with all the consistency checks.
+#derived += $(tex4ht_fonts_minionpro_derived)
 tex4ht_fonts_minionpro_derived = \
 	$(ht_fonts_devdir)/unicode/Minion_Pro/MinionPro-It-lf-l1-ot1.htf
 



More information about the tex4ht-commits mailing list.