X-Git-Url: http://wien.tomnetworks.com/gitweb/?p=sh-gallery.git;a=blobdiff_plain;f=Makefile;fp=Makefile;h=7b7a9cd0b84fd2080e6f5cf4d418795b3f3d21a6;hp=45424fa8f866e07f4be67785395630a71d105684;hb=c0affd18c8532e287641649eadda5e871a8b5bb5;hpb=9b5cf664e4975fc26825a031a1f0cc3c492e72e7 diff --git a/Makefile b/Makefile index 45424fa..7b7a9cd 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ SMALL := $(PICS:.jpg=_small.jpg) THUMB := $(PICS:.jpg=_thumb.jpg) -all: $(SMALL) $(THUMB) small.zip big.zip +all: wtf $(SMALL) $(THUMB) small.zip big.zip ./jpg2html.sh %_small.jpg: %.jpg @@ -23,6 +23,11 @@ big.zip: $(PICS) small.zip: $(SMALL) zip -r $@ $^ -.PHONY: all clean +wtf: + rm -f {sony,htc}/socialshareprivacy + cd sony; ln -s ../socialshareprivacy/ + cd htc; ln -s ../socialshareprivacy/ + +.PHONY: all clean wtf clean: rm -rf sony/*_{small,thumb}.jpg sony/*.html index.html *.zip