From b7ecaf314d4e6624973f17b8691bd8ecc739c173 Mon Sep 17 00:00:00 2001 From: John Ellson Date: Thu, 7 Nov 2013 13:46:43 -0500 Subject: [PATCH] rename fontmetrics.c -> textfont.c --- lib/common/Makefile.am | 4 ++-- lib/common/{fontmetrics.c => textfont.c} | 0 2 files changed, 2 insertions(+), 2 deletions(-) rename lib/common/{fontmetrics.c => textfont.c} (100%) diff --git a/lib/common/Makefile.am b/lib/common/Makefile.am index baa4bad46..27c16cd71 100644 --- a/lib/common/Makefile.am +++ b/lib/common/Makefile.am @@ -25,14 +25,14 @@ noinst_HEADERS = render.h utils.h memory.h \ logic.h const.h macros.h htmllex.h htmltable.h pointset.h intset.h noinst_LTLIBRARIES = libcommon_C.la -libcommon_C_la_SOURCES = arrows.c colxlate.c ellipse.c fontmetrics.c \ +libcommon_C_la_SOURCES = arrows.c colxlate.c ellipse.c textfont.c \ args.c memory.c globals.c htmllex.c htmlparse.y htmltable.c input.c \ pointset.c intset.c postproc.c routespl.c splines.c psusershape.c \ timing.c labels.c ns.c shapes.c utils.c geom.c taper.c \ output.c emit.c ps_font_equiv.txt ps_fontmap.txt fontmap.cfg \ color_names -fontmetrics.o fontmetrics.lo: ps_font_equiv.h +textfont.o textfont.lo: ps_font_equiv.h # ensure font names are properly sorted for bsearch operation ps_font_equiv.h: $(srcdir)/ps_font_equiv.txt $(srcdir)/fontmap.cfg $(srcdir)/ps_fontmap.txt diff --git a/lib/common/fontmetrics.c b/lib/common/textfont.c similarity index 100% rename from lib/common/fontmetrics.c rename to lib/common/textfont.c -- 2.40.0