[gentium-commits] [SCM] gentium updated: r130 - trunk/gentium/source/fonts/gentium-tug

Pavel Far?? INVALID.NOREPLY at gnu.org.ua
Sun May 15 23:11:57 CEST 2022


Author: pavel
Date: 2022-05-15 21:11:56 +0000 (Sun, 15 May 2022)
New Revision: 130

Modified:
   trunk/gentium/source/fonts/gentium-tug/generate-support-files.rb
   trunk/gentium/source/fonts/gentium-tug/gentium.rb
Log:
comment Ruby scripts

Modified: trunk/gentium/source/fonts/gentium-tug/generate-support-files.rb
===================================================================
--- trunk/gentium/source/fonts/gentium-tug/generate-support-files.rb	2022-05-15 13:37:59 UTC (rev 129)
+++ trunk/gentium/source/fonts/gentium-tug/generate-support-files.rb	2022-05-15 21:11:56 UTC (rev 130)
@@ -1,7 +1,12 @@
 #!/usr/bin/env ruby
 # This file is part of the Gentium package for TeX.
 # It is licensed under the Expat License, see doc//README for details.
-
+#
+# This script generates *.fd, *.tfm and *.map files. It also takes encoding
+# files (*.enc) containing small and capital letters and creates encoding
+# files for small caps from them. It doesn't touch other files, like *.sty or
+# support files for ConTeXt. This script is called without any parameters.
+#
 # TODO: Make it work with current version of Ruby! It works with version
 #       1.8.7, but not with version as old as 1.9.1.
 

Modified: trunk/gentium/source/fonts/gentium-tug/gentium.rb
===================================================================
--- trunk/gentium/source/fonts/gentium-tug/gentium.rb	2022-05-15 13:37:59 UTC (rev 129)
+++ trunk/gentium/source/fonts/gentium-tug/gentium.rb	2022-05-15 21:11:56 UTC (rev 130)
@@ -1,6 +1,9 @@
 # This file is part of the Gentium package for TeX.
 # It is licensed under the Expat License, see doc//README for details.
-
+#
+# This is just helper file for the main script generate-support-files.rb.
+# It is not intended to be run directly
+#
 # TODO: Make it work with current version of Ruby! It works with version
 #       1.8.7, but not with version as old as 1.9.1.
 



More information about the gentium-commits mailing list.