Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Kretzschmar <mkretzschmar@src.gnome.org>2003-05-18 15:55:38 (GMT)
committer Martin Kretzschmar <mkretzschmar@src.gnome.org>2003-05-18 15:55:38 (GMT)
commit1f43d57893b1f4178f2d52ee222a2f3dfe84afbb (patch)
treede07ec8ea69d87e25f9910baa2771efcd4452966
parentec7ac46534baa755fb21806c68405191ed602597 (diff)
tests/experiments
* xpdf/tests/test-page-setup.cc, xpdf/tests/test-links.cc: tests/experiments * xpdf/tests/Makefile.am, xpdf/tests/.cvsignore: infrastructure * xpdf/gpdf-view.h: signal slots for close and quit requests * xpdf/gpdf-view.cc (gpdf_view_link_action_named, link_clicked_cb) (gpdf_view_class_init): implement some named action links: NextPage, PrevPage, FirstPage, LastPage, signals for Close and Quit * xpdf/Makefile.am (SUBDIRS): add tests * test-files/simple-links.tex: test file, simple pdf links * test-files/.cvsignore, test-files/Makefile.am: infrastructure * configure.in: check for pdftex (not a hard requirement) add test-files/Makefile and xpdf/tests/Makefile * NEWS: update * Makefile.am (SUBDIRS): add test-files
-rw-r--r--pdf/xpdf/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/pdf/xpdf/Makefile.am b/pdf/xpdf/Makefile.am
index ffb96d7..f9d2330 100644
--- a/pdf/xpdf/Makefile.am
+++ b/pdf/xpdf/Makefile.am
@@ -1,4 +1,4 @@
-# SUBDIRS = . tests
+SUBDIRS = . tests
INCLUDES = \
-I$(top_srcdir) \