--- db/prgsrc/Makefile 2008/11/09 19:22:55 1.93 +++ db/prgsrc/Makefile 2008/11/11 16:09:25 1.94 @@ -100,8 +100,8 @@ CGIBIN = $(ROOT)/public_html/cgi-bin HTMLDIR = $(ROOT)/public_html/dimrub/db TEXTS = $(wildcard $(SRCDIR)/*.txt) $(SRCDIR)/index -IMAGES = $(wildcard $(IMAGEDIR)/*) -SOUNDS = $(wildcard $(SOUNDDIR)/*) +IMAGES = $(wildcard $(IMAGEDIR)/*.gif) $(wildcard $(IMAGEDIR)/*.jpg) +SOUNDS = $(wildcard $(SOUNDDIR)/*.mp3) $(wildcard $(SOUNDDIR)/*.mid) IMAGENAMES= $(notdir $(IMAGES)) SOUNDNAMES= $(notdir $(SOUNDS))