texlive[74894] Build/source/texk/gregorio: remove fonts/ subdir since

commits+karl at tug.org commits+karl at tug.org
Wed Apr 9 18:18:35 CEST 2025


Revision: 74894
          https://tug.org/svn/texlive?view=revision&revision=74894
Author:   karl
Date:     2025-04-09 18:18:35 +0200 (Wed, 09 Apr 2025)
Log Message:
-----------
remove fonts/ subdir since they are all in the TL runtime

Modified Paths:
--------------
    trunk/Build/source/texk/gregorio/TLpatches/ChangeLog
    trunk/Build/source/texk/gregorio/TLpatches/TL-Changes

Removed Paths:
-------------
    trunk/Build/source/texk/gregorio/gregorio-src/fonts/

Modified: trunk/Build/source/texk/gregorio/TLpatches/ChangeLog
===================================================================
--- trunk/Build/source/texk/gregorio/TLpatches/ChangeLog	2025-04-09 15:27:50 UTC (rev 74893)
+++ trunk/Build/source/texk/gregorio/TLpatches/ChangeLog	2025-04-09 16:18:35 UTC (rev 74894)
@@ -1,3 +1,9 @@
+2025-04-09  Karl Berry  <karl at tug.org>
+
+	* TL-Changes: rm -rf fonts, to save space.
+	Suggestion from Hilmar,
+	https://tug.org/pipermail/tex-live/2025-March/051405.html
+
 2025-04-08  Karl Berry  <karl at freefriends.org>
 
 	* patch-04-bool: new file to placate C23.

Modified: trunk/Build/source/texk/gregorio/TLpatches/TL-Changes
===================================================================
--- trunk/Build/source/texk/gregorio/TLpatches/TL-Changes	2025-04-09 15:27:50 UTC (rev 74893)
+++ trunk/Build/source/texk/gregorio/TLpatches/TL-Changes	2025-04-09 16:18:35 UTC (rev 74894)
@@ -16,9 +16,14 @@
 	configure \
 	contrib/Makefile.in \
 	contrib/TeXShop/Makefile.in \
+	fonts \
 	src/Makefile.in \
 	src/config_.h.in
 
+# We remove the fonts/ subdir since they are all in the runtime anyway.
+# Our adapted Makefile.am does not try to rebuild them (the original
+# gregorio-src/Makefile.am does, but we don't use that).
+
 # files to add:
 svn status | sed -n 's/^\?//p'
 svn add `!!`                    # if looks reasonable



More information about the tex-live-commits mailing list.