summaryrefslogtreecommitdiff
blob: 32bdc32885aaae5ff83368e6d54ca85e75f48196 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
--- data/cardsets/Makefile.orig
+++ data/cardsets/Makefile
@@ -12,8 +12,7 @@
 	@# 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 \
+	for d in Altenburg xskat kdecarddecks pysol; do \
 	  cp -r $$d $(DEPTH)/release/FreeDoko_$(VERSION)/cardsets/; \
 	done
 endif