[gentium-commits] [SCM] gentium updated: r63 - trunk/test/type1/Scripts

Pavel Far?? INVALID.NOREPLY at gnu.org.ua
Sun Mar 27 22:45:56 CEST 2022


Author: pavel
Date: 2022-03-27 20:45:56 +0000 (Sun, 27 Mar 2022)
New Revision: 63

Modified:
   trunk/test/type1/Scripts/Makefile
   trunk/test/type1/Scripts/README
Log:
move split kerning pairs to proper directories

Modified: trunk/test/type1/Scripts/Makefile
===================================================================
--- trunk/test/type1/Scripts/Makefile	2022-03-27 18:46:17 UTC (rev 62)
+++ trunk/test/type1/Scripts/Makefile	2022-03-27 20:45:56 UTC (rev 63)
@@ -62,10 +62,19 @@
 		# prepend the fontname before the split kern files \
 		for j in kerns*.afm; do mv $$j $${font_name}-$$j; done \
 	done
+	# - move files to the proper directories
+	mv GentiumPlus-Regular-kerns-lgr.afm ../Kerns/Kerns-Greek
+	mv GentiumPlus-Italic-kerns-lgr.afm ../Kerns/Kerns-Greek
+	mv GentiumPlus-Regular-kerns-l7x.afm ../Kerns/Kerns-L7x
+	mv GentiumPlus-Italic-kerns-l7x.afm ../Kerns/Kerns-L7x
+	mv GentiumPlus-Regular-kerns-t1.afm ../Kerns/Kerns-T1
+	mv GentiumPlus-Italic-kerns-t1.afm ../Kerns/Kerns-T1
+	mv GentiumPlus-Regular-kerns-rest.afm ../Kerns/Kerns-rest
+	mv GentiumPlus-Italic-kerns-rest.afm ../Kerns/Kerns-rest
 
 split-kerns-clean:
 	# delete temporarty files created by split-kerns
-	rm *kerns*.afm
+	echo $$(find ../Kerns -name 'GentiumPlus-*-kerns-*.afm' -delete)
 
 diff-encodings:
 	# show differences between encodings for ttf end Type 1 fonts, suppress exit code

Modified: trunk/test/type1/Scripts/README
===================================================================
--- trunk/test/type1/Scripts/README	2022-03-27 18:46:17 UTC (rev 62)
+++ trunk/test/type1/Scripts/README	2022-03-27 20:45:56 UTC (rev 63)
@@ -66,7 +66,13 @@
   names and it has effect for splitting the extra kerning pairs into
   individual files.
 
+split-kerns
+  Split extra kerning pairs into several files according to the encodings.
 
+split-kerns-clean
+  Remove files generated by 'make split-kerns'.
+
+
 Remarks
 =======
 



More information about the gentium-commits mailing list.