fixed Makefile, removed annoying warning
authorMatthias Kramm <kramm@quiss.org>
Mon, 8 Mar 2010 21:01:49 +0000 (13:01 -0800)
committerMatthias Kramm <kramm@quiss.org>
Mon, 8 Mar 2010 21:01:49 +0000 (13:01 -0800)
lib/pdf/InfoOutputDev.cc
lib/pdf/Makefile.in

index 08a9cc3..9ee7216 100644 (file)
@@ -207,7 +207,6 @@ static gfxfont_t* createGfxFont(FontInfo*src)
            if(src->glyphs[t]->advance>0) {
                glyph->advance = src->glyphs[t]->advance;
            } else {
-               msg("<warning> Approximating advance value for glyph %d", t);
                glyph->advance = xmax*scale;
            }
            if(config_bigchar) {
index 64cc8b5..fd1852b 100644 (file)
@@ -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)