summaryrefslogtreecommitdiff
path: root/examples/Makefile
diff options
context:
space:
mode:
authorJohannes Hofmann <Johannes.Hofmann@gmx.de>2007-09-20 18:35:32 +0200
committerJohannes Hofmann <Johannes.Hofmann@gmx.de>2007-09-20 18:35:32 +0200
commitc07fe54c98eac73c2e517425928ba7eaa0ff4dff (patch)
tree883c0a76db6881f118cf193f304425a8c056c53f /examples/Makefile
parenta1d160b1dc9d5e65a87f1ddc8a0f595701a69d25 (diff)
check in Makefile for *.title files instead of in gipfel2html
Diffstat (limited to 'examples/Makefile')
-rw-r--r--examples/Makefile5
1 files changed, 4 insertions, 1 deletions
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 $* $* > $@