[poppler] poppler/utils: Makefile.am,1.8,1.9
Kristian Høgsberg
krh at kemper.freedesktop.org
Tue Apr 11 19:07:09 PDT 2006
- Previous message: [poppler]
poppler/test: Makefile.am, 1.6, 1.7 gtk-cairo-test.cc, 1.8, 1.9
- Next message: [poppler] test: ChangeLog, 1.15, 1.16 buffer-diff.c, 1.2,
1.3 buffer-diff.h, 1.1.1.1, 1.2 test-poppler.c, 1.4, 1.5
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvs/poppler/poppler/utils
In directory kemper:/tmp/cvs-serv7212/utils
Modified Files:
Makefile.am
Log Message:
2006-04-11 Kristian Høgsberg <krh at redhat.com>
* configure.ac:
* poppler-glib.pc.in:
* glib/Makefile.am:
* glib/poppler-page.cc:
* glib/poppler-page.h:
* glib/poppler.h:
* poppler/CairoOutputDev.cc:
* poppler/CairoOutputDev.h:
* glib/poppler-features.h.in:
Make the CairoOutputDev render to a cairo_t instead of a
cairo_surface_t and expose that functionality in the glib wrapper
(poppler_page_render).
* test/Makefile.am:
* test/gtk-cairo-test.cc:
Update gtk-cairo-test to use this new interface and add a spin
button for changing page (#5951).
* utils/Makefile.am (EXTRA_DIST): Fix warning where this was
assigned twice.
Index: Makefile.am
===================================================================
RCS file: /cvs/poppler/poppler/utils/Makefile.am,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- Makefile.am 28 Feb 2006 23:24:59 -0000 1.8
+++ Makefile.am 12 Apr 2006 02:07:07 -0000 1.9
@@ -29,8 +29,6 @@
pdftohtml \
$(pdftoppm_binary)
-EXTRA_DIST = pdf2xml.dtd
-
dist_man1_MANS = \
pdffonts.1 \
pdfimages.1 \
@@ -75,6 +73,6 @@
$(common)
# Yay, automake! It should be able to figure out that it has to dist
-# this file, but nooo. So we just add it here.
+# pdftoppm.1, but nooo. So we just add it here.
-EXTRA_DIST = pdftoppm.1
+EXTRA_DIST = pdf2xml.dtd pdftoppm.1
- Previous message: [poppler]
poppler/test: Makefile.am, 1.6, 1.7 gtk-cairo-test.cc, 1.8, 1.9
- Next message: [poppler] test: ChangeLog, 1.15, 1.16 buffer-diff.c, 1.2,
1.3 buffer-diff.h, 1.1.1.1, 1.2 test-poppler.c, 1.4, 1.5
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the poppler
mailing list