diff options
author | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2007-08-11 20:39:29 +0200 |
---|---|---|
committer | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2007-08-11 20:39:29 +0200 |
commit | d4d4b2fadfd38b260a8d8f68f9c929a6444b221e (patch) | |
tree | 00fae9610e53172811373ce87ea8a9839100e6e7 /examples/Makefile | |
parent | bd42e86fd53e7e6c6c5bb837762fbc29676614ca (diff) |
change export synapsis
Diffstat (limited to 'examples/Makefile')
-rw-r--r-- | examples/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/Makefile b/examples/Makefile index 4b3ee86..7c26813 100644 --- a/examples/Makefile +++ b/examples/Makefile @@ -26,10 +26,10 @@ gipfelweb/thumbs/%.jpg: %.jpg convert -resize '1000x150>' -quality 80 $< $@ gipfelweb/gipfel/%.pos: %.jpg - gipfel -e position $< > $@ + gipfel -p $< > $@ gipfelweb/gipfel/%.gipf: gipfelweb/slides/%.jpg gipfelweb/gipfel/index.gipfel - gipfel -v 0.02 -d gipfelweb/gipfel/index.gipfel -e hills $< > $@ + gipfel -v 0.02 -e gipfelweb/gipfel/index.gipfel $< > $@ gipfelweb/gipfel/index.gipfel: $(positions) cat $(positions) > gipfelweb/gipfel/index.gipfel |