[indic] Rename print-indic-table to dump-indic-data
Makes more sense given what this prints, err, dumps.
This commit is contained in:
parent
9b878bd216
commit
c0e45b60a0
|
@ -352,11 +352,11 @@ dist_check_SCRIPTS += \
|
||||||
endif
|
endif
|
||||||
|
|
||||||
check_PROGRAMS += \
|
check_PROGRAMS += \
|
||||||
print-indic-table \
|
dump-indic-data \
|
||||||
$(NULL)
|
$(NULL)
|
||||||
print_indic_table_SOURCES = print-indic-table.cc hb-ot-shape-complex-indic-table.cc
|
dump_indic_data_SOURCES = dump-indic-data.cc hb-ot-shape-complex-indic-table.cc
|
||||||
print_indic_table_CPPFLAGS = $(HBCFLAGS) -DMAIN
|
dump_indic_data_CPPFLAGS = $(HBCFLAGS)
|
||||||
print_indic_table_LDADD = libharfbuzz.la $(HBLIBS)
|
dump_indic_data_LDADD = libharfbuzz.la $(HBLIBS)
|
||||||
|
|
||||||
check_PROGRAMS += test-ot-tag
|
check_PROGRAMS += test-ot-tag
|
||||||
TESTS += test-ot-tag
|
TESTS += test-ot-tag
|
||||||
|
|
Loading…
Reference in New Issue