summaryrefslogtreecommitdiff
path: root/examples/Makefile
diff options
context:
space:
mode:
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 $* $* > $@