aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorDan Fandrich <dan@coneharvesters.com>2007-07-12 20:38:54 +0000
committerDan Fandrich <dan@coneharvesters.com>2007-07-12 20:38:54 +0000
commitffff8ddbef298d960bb4f91128298cf28f8d9928 (patch)
tree15336d8ed1feb4573a2af7d4f79b880985ef1afd /Makefile.am
parentcf86f8cb78721d04253b0cec9fc01a52456d7448 (diff)
Compile most of the example apps in docs/examples when doing a 'make check'.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 733ec0482..f7affef8a 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -49,7 +49,7 @@ html:
pdf:
cd docs; make pdf
-check: test
+check: test examples
if CROSSCOMPILING
test-full: test
@@ -71,6 +71,9 @@ test-torture:
endif
+examples:
+ @(cd docs/examples; $(MAKE) all)
+
#
# Build source and binary rpms. For rpm-3.0 and above, the ~/.rpmmacros
# must contain the following line: