################################################################################
##
## Edit these directories to install the images.
## These are taken from the DigitMania Page at:
## http://cervantes.comptons.com/digits/digits.htm
##
################################################################################
SRCDIR =	/export/www/counter/digits/all
INSTALLDIR =	/export/www/digits

DIRS	=	a abacus aliasw amini asm b baby bajbp banana banco bancord \
		bbldotb bbldotg bbldotr bembo blue3d blueblk bluewht \
		blutrns buftom c cb cgblue cgdizzy cgstony cntdwn \
		d default doghous e enya_g enya_r f fb fdg fdr \
		g gio h i ironl irons ironwd j k l lot m netscap nr \
		nw o odb odw orgtrns orngblk orngwht pdg pdp pdr \
		pdw pdy punch runic sbg sbr slasher slashrc sw1 sw2 sw3 tiny \
		visitat wd web1 web2

ALLDIRS	=	$(DIRS:%=$(INSTALLDIR)/%)


install:	$(ALLDIRS)
	for dir in $(DIRS); do \
	cd $(INSTALLDIR)/$$dir; \
	/usr/local/bin/gtar xzvf $(SRCDIR)/$$dir.tar.gz; \
	$(SRCDIR)/renamegif.sh; \
	done

$(ALLDIRS):
	mkdir $@


