changeset 86:796738d75876

Reduce verbosity.
author Bryan O'Sullivan <bos@serpentine.com>
date Wed, 04 Oct 2006 15:29:19 -0700
parents b7c69a68b0cc
children 0995016342f8
files en/Makefile
diffstat 1 files changed, 13 insertions(+), 13 deletions(-) [+]
line wrap: on
line diff
--- a/en/Makefile	Wed Oct 04 15:15:54 2006 -0700
+++ b/en/Makefile	Wed Oct 04 15:29:19 2006 -0700
@@ -21,18 +21,18 @@
 	mq-stack.svg
 
 example-sources := \
-	examples/daily.files \
-	examples/hook.msglen \
-	examples/hook.simple \
-	examples/hook.ws \
-	examples/mq.qinit-help \
-	examples/mq.dodiff \
-	examples/mq.id \
-	examples/mq.tarball \
-	examples/mq.tools \
-	examples/mq.tutorial \
-	examples/template.simple \
-	examples/template.svnstyle
+	daily.files \
+	hook.msglen \
+	hook.simple \
+	hook.ws \
+	mq.qinit-help \
+	mq.dodiff \
+	mq.id \
+	mq.tarball \
+	mq.tools \
+	mq.tutorial \
+	template.simple \
+	template.svnstyle
 
 latex-options = \
 	-interaction batchmode \
@@ -118,7 +118,7 @@
 
 examples: examples/.run
 
-examples/.run: $(example-sources:%=%.run)
+examples/.run: $(example-sources:%=examples/%.run)
 	touch examples/.run
 
 examples/%.run: examples/% examples/run-example