From: Victor Wagner Date: Sat, 25 Feb 2006 17:56:23 +0000 (+0000) Subject: Added makefile X-Git-Url: https://www.wagner.pp.ru/gitweb/?a=commitdiff_plain;h=3cc69c7ec1bb26e4dd44f17afae1611e463adc13;p=oss%2Fimgwww.git Added makefile --- diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..096a681 --- /dev/null +++ b/Makefile @@ -0,0 +1,5 @@ +DIRS=$(wildcard *-*) +index.html: $(DIRS:%=%/index.html) + archivedir +%/index.html: $(wildcard %/*.jpg) + cd $*;imagedir