# HG changeset patch # User Bryan O'Sullivan # Date 1160000959 25200 # Node ID 796738d75876e10c41cb70fa0cf99c03ffc13f84 # Parent b7c69a68b0cc8a4efc3221098e643df65d089d18 Reduce verbosity. diff -r b7c69a68b0cc -r 796738d75876 en/Makefile --- 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