Minor rename
This commit is contained in:
parent
0eafce56ee
commit
9d49433efb
|
@ -113,7 +113,7 @@ nodist_pkginclude_HEADERS = hb-version.h
|
||||||
|
|
||||||
|
|
||||||
GENERATORS = \
|
GENERATORS = \
|
||||||
gen-arabic-joining-table.py \
|
gen-arabic-table.py \
|
||||||
$(NULL)
|
$(NULL)
|
||||||
|
|
||||||
EXTRA_DIST += $(GENERATORS)
|
EXTRA_DIST += $(GENERATORS)
|
||||||
|
|
|
@ -11,7 +11,7 @@ print "/* == Start of generated table == */"
|
||||||
print "/*"
|
print "/*"
|
||||||
print " * The following table is generated by running:"
|
print " * The following table is generated by running:"
|
||||||
print " *"
|
print " *"
|
||||||
print " * ./gen-arabic-joining-table.py < ArabicShaping.txt"
|
print " * ./gen-arabic-table.py < ArabicShaping.txt"
|
||||||
print " *"
|
print " *"
|
||||||
print " * on the ArabicShaping.txt file with the header:"
|
print " * on the ArabicShaping.txt file with the header:"
|
||||||
print " *"
|
print " *"
|
|
@ -35,7 +35,7 @@ HB_BEGIN_DECLS
|
||||||
/*
|
/*
|
||||||
* The following table is generated by running:
|
* 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:
|
* on the ArabicShaping.txt file with the header:
|
||||||
*
|
*
|
||||||
|
|
Loading…
Reference in New Issue