steed/themes/Makefile
2009-11-08 14:33:23 +00:00

17 lines
296 B
Makefile

include ../Rules.make
include ../config.make
clean:
all:
install:
$(INSTALLD) $(THEMESPATH)
for f in *; do \
if [ ! -d $$f ]; then continue; fi;\
$(INSTALLD) $(THEMESPATH)/$$f;\
tar --exclude=".svn" -c -C $$f . | tar -x -C $(THEMESPATH)/$$f;\
done
uninstall:
$(RM) -rf $(THEMESPATH)