From 9d49433efba2217852f4e44f056465b451961c49 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Wed, 1 Jun 2011 18:10:10 -0400 Subject: [PATCH] Minor rename --- src/Makefile.am | 2 +- src/{gen-arabic-joining-table.py => gen-arabic-table.py} | 2 +- src/hb-ot-shape-complex-arabic-table.hh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) rename src/{gen-arabic-joining-table.py => gen-arabic-table.py} (96%) diff --git a/src/Makefile.am b/src/Makefile.am index 93a5138..87d0b02 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -113,7 +113,7 @@ nodist_pkginclude_HEADERS = hb-version.h GENERATORS = \ - gen-arabic-joining-table.py \ + gen-arabic-table.py \ $(NULL) EXTRA_DIST += $(GENERATORS) diff --git a/src/gen-arabic-joining-table.py b/src/gen-arabic-table.py similarity index 96% rename from src/gen-arabic-joining-table.py rename to src/gen-arabic-table.py index 08e54db..762cd38 100755 --- a/src/gen-arabic-joining-table.py +++ b/src/gen-arabic-table.py @@ -11,7 +11,7 @@ print "/* == Start of generated table == */" print "/*" print " * The following table is generated by running:" print " *" -print " * ./gen-arabic-joining-table.py < ArabicShaping.txt" +print " * ./gen-arabic-table.py < ArabicShaping.txt" print " *" print " * on the ArabicShaping.txt file with the header:" print " *" diff --git a/src/hb-ot-shape-complex-arabic-table.hh b/src/hb-ot-shape-complex-arabic-table.hh index 3c9c93f..eb95260 100644 --- a/src/hb-ot-shape-complex-arabic-table.hh +++ b/src/hb-ot-shape-complex-arabic-table.hh @@ -35,7 +35,7 @@ HB_BEGIN_DECLS /* * The following table is generated by running: * - * ./gen-arabic-joining-table.py < ArabicShaping.txt + * ./gen-arabic-table.py < ArabicShaping.txt * * on the ArabicShaping.txt file with the header: * -- 2.7.4