summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorPaul Buetow (mars.fritz.box) <paul@buetow.org>2013-12-22 17:03:14 +0100
committerPaul Buetow (mars.fritz.box) <paul@buetow.org>2013-12-22 17:03:14 +0100
commit3e957609d606d435f70920a0f51650e8015cc11f (patch)
tree95c97a62f7ca112f79b8dea62a11e7417a238147 /Makefile
parent73c5f00efba75a67c0bbc001bfb09cea103d25f0 (diff)
add option to include a full tarball of the original pictures to the dist
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 1 insertions, 6 deletions
diff --git a/Makefile b/Makefile
index 4d283df..312bff1 100644
--- a/Makefile
+++ b/Makefile
@@ -2,9 +2,4 @@ all: generate dist
generate:
./photoalbum.sh
clean:
- rm -Rf dist photos
-dist:
- rm -Rf dist 2>/dev/null
- mkdir dist
- mv thumbs html photos dist
- mv index.html ./dist
+ sh -c 'rm -Rf dist *.tar; exit 0'