Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/pdf
diff options
context:
space:
mode:
authorMartin Kretzschmar <mkretzschmar@src.gnome.org>2003-01-24 16:17:08 (GMT)
committer Martin Kretzschmar <mkretzschmar@src.gnome.org>2003-01-24 16:17:08 (GMT)
commite37975ac20cc78fb4e57d111ec512143ccbe93b2 (patch)
tree4b5d490d31afa87a2bb5e9ac60673603ec8ef441 /pdf
parentf08fe47c41d7b8393c93c14395ef25a0acb57fef (diff)
disable font embedding hack introduced on 2002-12-09 to fix build with
current, extra-clean gnome-print
Diffstat (limited to 'pdf')
-rw-r--r--pdf/xpdf/Makefile.am8
1 files changed, 6 insertions, 2 deletions
diff --git a/pdf/xpdf/Makefile.am b/pdf/xpdf/Makefile.am
index ad27485..8102fad 100644
--- a/pdf/xpdf/Makefile.am
+++ b/pdf/xpdf/Makefile.am
@@ -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 \