Minor rename
This commit is contained in:
parent
0eafce56ee
commit
9d49433efb
|
@ -113,7 +113,7 @@ nodist_pkginclude_HEADERS = hb-version.h
|
|||
|
||||
|
||||
GENERATORS = \
|
||||
gen-arabic-joining-table.py \
|
||||
gen-arabic-table.py \
|
||||
$(NULL)
|
||||
|
||||
EXTRA_DIST += $(GENERATORS)
|
||||
|
|
|
@ -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 " *"
|
|
@ -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:
|
||||
*
|
||||
|
|
Loading…
Reference in New Issue