+++ /dev/null
---- 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
+++ /dev/null
---- Makefile.orig
-+++ Makefile
-@@ -139,7 +139,6 @@
- $(MAKE) Version
- cp AUTHORS COPYING ChangeLog README LIESMICH Version release/FreeDoko_$(VERSION)/
- $(MAKE) -C data release
-- $(MAKE) -C doc release
- $(RM) -r `find release/FreeDoko_$(VERSION)/ -name ".svn"`
-
- .PHONY: release_linux_binary
+++ /dev/null
---- src/Makefile.modules.orig
-+++ src/Makefile.modules
-@@ -11,7 +11,7 @@
- # The network code
- # It is not necessary for single players
- # The network does use the 'GNet' library (http://www.gnetlibrary.org/)
--USE_NETWORK ?= true
-+USE_NETWORK ?= false
-
- # whether to use thread support (experimental, use at your own risk)
- #USE_THREADS ?= true
+++ /dev/null
---- src/Makefile.rules.orig
-+++ src/Makefile.rules
-@@ -5,8 +5,7 @@
- $(DEPTH)/Makefile.os
- # Gentoo users do want to see the real compile line.
- # So remove the next line and remove the '@' in the line after.
-- @echo $(CXX) -c $<
-- @$(CXX) $(CPPFLAGS) $(CXXFLAGS) $(INCLUDE) $(DEPGEN_FLAGS) -o $@ -c $<
-+ $(CXX) $(CPPFLAGS) $(CXXFLAGS) $(INCLUDE) $(DEPGEN_FLAGS) -o $@ -c $<
-
- -include $(OBJECTS:.o=.d)
-