diff options
author | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2007-08-11 14:44:16 +0200 |
---|---|---|
committer | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2007-08-11 14:44:16 +0200 |
commit | bd42e86fd53e7e6c6c5bb837762fbc29676614ca (patch) | |
tree | 3e34f46b63525020a53974b57acb598ee312d591 /examples/Makefile | |
parent | 8a8a51d736074cfa9dbd8a7f46842933d558a46f (diff) |
adjust gipfelweb stuff
Diffstat (limited to 'examples/Makefile')
-rw-r--r-- | examples/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/Makefile b/examples/Makefile index 95d85fe..4b3ee86 100644 --- a/examples/Makefile +++ b/examples/Makefile @@ -29,7 +29,7 @@ gipfelweb/gipfel/%.pos: %.jpg gipfel -e position $< > $@ gipfelweb/gipfel/%.gipf: gipfelweb/slides/%.jpg gipfelweb/gipfel/index.gipfel - gipfel -v 0.03 -d gipfelweb/gipfel/index.gipfel -e hills $< > $@ + gipfel -v 0.02 -d gipfelweb/gipfel/index.gipfel -e hills $< > $@ gipfelweb/gipfel/index.gipfel: $(positions) cat $(positions) > gipfelweb/gipfel/index.gipfel |