DEPTH = ../..

include $(DEPTH)/Makefile.os

.PHONY: all
all :

.PHONY: release
release :
ifeq ($(SHELLTYPE), sh)
	mkdir -p $(DEPTH)/release/FreeDoko_$(VERSION)/cardsets/
	@# In order to add all cardsets to the release
	@# uncomment the following line, add a trailing backslash
	@# and remove the line after
	@#for d in Altenburg xskat kdecarddecks pysol; do
	for d in Altenburg; do \
	  cp -r $$d $(DEPTH)/release/FreeDoko_$(VERSION)/cardsets/; \
	done
endif
