Fixed "make install" to include tutorial files.

git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@7464 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
hikerstk 2011-01-17 03:04:19 +00:00
parent cf751ab11a
commit 08faf6972e

View File

@ -3,4 +3,5 @@
pkgdatadir = $(datadir)/games/$(PACKAGE)/data/grandprix
dist_pkgdata_DATA = $(shell find $(srcdir) -name "*.grandprix") \
$(shell find $(srcdir) -name "*.challenge")
$(shell find $(srcdir) -name "*.challenge") \
$(shell find $(srcdir) -name "*.tutorial" )