]> www.fi.muni.cz Git - evince.git/commitdiff
disable font embedding hack introduced on 2002-12-09 to fix build with
authorMartin Kretzschmar <mkretzschmar@src.gnome.org>
Fri, 24 Jan 2003 16:17:08 +0000 (16:17 +0000)
committerMartin Kretzschmar <mkretzschmar@src.gnome.org>
Fri, 24 Jan 2003 16:17:08 +0000 (16:17 +0000)
current, extra-clean gnome-print

pdf/xpdf/Makefile.am

index ad27485fb802f23ca5097687122146027c31db21..8102fade89cb7cc7c454ff3ea57aeba1e1e4f57e 100644 (file)
@@ -110,8 +110,6 @@ gnome_pdf_viewer_SOURCES =          \
        gpdf-control.cc                 \
        gpdf-control.h                  \
        gpdf-g-switch.h                 \
-       gpdf-gnome-font.c               \
-       gpdf-gnome-font.h               \
        gpdf-persist-stream.cc          \
        gpdf-persist-stream.h           \
        gpdf-util.h                     \
@@ -119,6 +117,12 @@ gnome_pdf_viewer_SOURCES =         \
        gpdf-view.h                     \
        gtkgesture.c                    \
        gtkgesture.h                    
+
+# Font embedding hack for Gnome Print < 2.1.?2?
+#      gpdf-gnome-font.c               \
+#      gpdf-gnome-font.h               \
+
+# Old files
 #      GOutputDev.cc                   \
 #      GOutputDev.h                    \
 #      pdf-view.cc                     \