From c07fe54c98eac73c2e517425928ba7eaa0ff4dff Mon Sep 17 00:00:00 2001 From: Johannes Hofmann Date: Thu, 20 Sep 2007 18:35:32 +0200 Subject: check in Makefile for *.title files instead of in gipfel2html --- examples/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'examples/Makefile') diff --git a/examples/Makefile b/examples/Makefile index 19e6f74..f76bc32 100644 --- a/examples/Makefile +++ b/examples/Makefile @@ -50,5 +50,8 @@ gipfelweb/gipfel/index.gipfel: $(positions) gipfelweb/%.html: gipfelweb/slides/%.jpg gipfelweb/gipfel/%.imgs $(thumbs) gipfel2html images $* > $@ +gipfelweb/hills/%.html: gipfelweb/slides/%.jpg gipfelweb/gipfel/%.hills %.title + gipfel2html hills "`cat $*.title`" $* > $@ + gipfelweb/hills/%.html: gipfelweb/slides/%.jpg gipfelweb/gipfel/%.hills - gipfel2html hills $* > $@ + gipfel2html hills $* $* > $@ -- cgit v1.2.3