From a2d36e985ed73936126b8895aa396fa77a048ffe Mon Sep 17 00:00:00 2001 From: Matthias Kramm Date: Mon, 8 Mar 2010 13:01:49 -0800 Subject: [PATCH 1/1] fixed Makefile, removed annoying warning --- lib/pdf/InfoOutputDev.cc | 1 - lib/pdf/Makefile.in | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/pdf/InfoOutputDev.cc b/lib/pdf/InfoOutputDev.cc index 08a9cc3..9ee7216 100644 --- a/lib/pdf/InfoOutputDev.cc +++ b/lib/pdf/InfoOutputDev.cc @@ -207,7 +207,6 @@ static gfxfont_t* createGfxFont(FontInfo*src) if(src->glyphs[t]->advance>0) { glyph->advance = src->glyphs[t]->advance; } else { - msg(" Approximating advance value for glyph %d", t); glyph->advance = xmax*scale; } if(config_bigchar) { diff --git a/lib/pdf/Makefile.in b/lib/pdf/Makefile.in index 64cc8b5..fd1852b 100644 --- a/lib/pdf/Makefile.in +++ b/lib/pdf/Makefile.in @@ -155,7 +155,7 @@ xpdf/%.$(O): xpdf/%.cc ../libgfxpdf$(A): $(XPDFOK) $(libgfxpdf_objects) $(xpdf_in_source) $(splash_in_source) - rm -f ../librfxswf$(A) + rm -f ../libgfxpdf$(A) $(AR) r ../libgfxpdf$(A) $(libgfxpdf_objects) $(xpdf_in_source) $(splash_in_source) $(RANLIB) ../libgfxpdf$(A) -- 1.7.10.4