diff options
| author | Paul Buetow (mars.fritz.box) <paul@buetow.org> | 2013-12-22 17:03:14 +0100 |
|---|---|---|
| committer | Paul Buetow (mars.fritz.box) <paul@buetow.org> | 2013-12-22 17:03:14 +0100 |
| commit | 3e957609d606d435f70920a0f51650e8015cc11f (patch) | |
| tree | 95c97a62f7ca112f79b8dea62a11e7417a238147 /Makefile | |
| parent | 73c5f00efba75a67c0bbc001bfb09cea103d25f0 (diff) | |
add option to include a full tarball of the original pictures to the dist
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
@@ -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' |
