
install::
	@echo '  INSTALL   themes'
	$(Q)for theme in themes/[A-Za-z]*/ ; do \
	  mkdir -p $(datadir)/macosd/$${theme} ; \
	  install $${theme}[A-Za-z]* $(datadir)/macosd/$${theme} ; \
	done
	

