hgbook

changeset 86:796738d75876

Reduce verbosity.
author Bryan O'Sullivan <bos@serpentine.com>
date Wed Oct 04 15:29:19 2006 -0700 (2006-10-04)
parents b7c69a68b0cc
children 0995016342f8
files en/Makefile
line diff
     1.1 --- a/en/Makefile	Wed Oct 04 15:15:54 2006 -0700
     1.2 +++ b/en/Makefile	Wed Oct 04 15:29:19 2006 -0700
     1.3 @@ -21,18 +21,18 @@
     1.4  	mq-stack.svg
     1.5  
     1.6  example-sources := \
     1.7 -	examples/daily.files \
     1.8 -	examples/hook.msglen \
     1.9 -	examples/hook.simple \
    1.10 -	examples/hook.ws \
    1.11 -	examples/mq.qinit-help \
    1.12 -	examples/mq.dodiff \
    1.13 -	examples/mq.id \
    1.14 -	examples/mq.tarball \
    1.15 -	examples/mq.tools \
    1.16 -	examples/mq.tutorial \
    1.17 -	examples/template.simple \
    1.18 -	examples/template.svnstyle
    1.19 +	daily.files \
    1.20 +	hook.msglen \
    1.21 +	hook.simple \
    1.22 +	hook.ws \
    1.23 +	mq.qinit-help \
    1.24 +	mq.dodiff \
    1.25 +	mq.id \
    1.26 +	mq.tarball \
    1.27 +	mq.tools \
    1.28 +	mq.tutorial \
    1.29 +	template.simple \
    1.30 +	template.svnstyle
    1.31  
    1.32  latex-options = \
    1.33  	-interaction batchmode \
    1.34 @@ -118,7 +118,7 @@
    1.35  
    1.36  examples: examples/.run
    1.37  
    1.38 -examples/.run: $(example-sources:%=%.run)
    1.39 +examples/.run: $(example-sources:%=examples/%.run)
    1.40  	touch examples/.run
    1.41  
    1.42  examples/%.run: examples/% examples/run-example