blob: 0f1ddc6bff833a91f33a7b4508778c52f0e83699 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
--- data/cardsets/Makefile.orig 2006-07-27 10:21:57.000000000 +0200
+++ data/cardsets/Makefile 2006-07-28 17:30:58.776317496 +0200
@@ -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
|