From c0e45b60a001a45c8ed1f12af8f2f222161eca6a Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Tue, 13 Feb 2018 21:23:38 -0800 Subject: [PATCH] [indic] Rename print-indic-table to dump-indic-data Makes more sense given what this prints, err, dumps. --- src/Makefile.am | 8 ++++---- src/{print-indic-table.cc => dump-indic-data.cc} | 0 2 files changed, 4 insertions(+), 4 deletions(-) rename src/{print-indic-table.cc => dump-indic-data.cc} (100%) diff --git a/src/Makefile.am b/src/Makefile.am index 67686d8b4..571ec1134 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -352,11 +352,11 @@ dist_check_SCRIPTS += \ endif check_PROGRAMS += \ - print-indic-table \ + dump-indic-data \ $(NULL) -print_indic_table_SOURCES = print-indic-table.cc hb-ot-shape-complex-indic-table.cc -print_indic_table_CPPFLAGS = $(HBCFLAGS) -DMAIN -print_indic_table_LDADD = libharfbuzz.la $(HBLIBS) +dump_indic_data_SOURCES = dump-indic-data.cc hb-ot-shape-complex-indic-table.cc +dump_indic_data_CPPFLAGS = $(HBCFLAGS) +dump_indic_data_LDADD = libharfbuzz.la $(HBLIBS) check_PROGRAMS += test-ot-tag TESTS += test-ot-tag diff --git a/src/print-indic-table.cc b/src/dump-indic-data.cc similarity index 100% rename from src/print-indic-table.cc rename to src/dump-indic-data.cc