steed/themes/Makefile
2009-09-23 06:28:30 +00:00

15 lines
272 B
Makefile

include ../Rules.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)