From 3cc69c7ec1bb26e4dd44f17afae1611e463adc13 Mon Sep 17 00:00:00 2001 From: Victor Wagner Date: Sat, 25 Feb 2006 17:56:23 +0000 Subject: [PATCH] Added makefile --- Makefile | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 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 -- 2.39.2