Fixed installation of license files, and changed
filenames to 'License.txt', to be in synch with what is used elsewhere. git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@5993 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
parent
18bd3ddb07
commit
b8c1930d65
@ -2,11 +2,11 @@
|
||||
|
||||
pkgdatadir = $(datadir)/games/$(PACKAGE)/data/gui
|
||||
|
||||
nobase_dist_pkgdata_DATA = $(shell find $(srcdir) -name "*.png") \
|
||||
$(shell find $(srcdir) -name "*.jpg") \
|
||||
$(shell find $(srcdir) -name "*.stkgui") \
|
||||
$(shell find $(srcdir) -name "*.xml") \
|
||||
$(shell find $(srcdir) -name "*.stkskin")\
|
||||
License.txt
|
||||
nobase_dist_pkgdata_DATA = $(shell find $(srcdir) -name "*.png" ) \
|
||||
$(shell find $(srcdir) -name "*.jpg" ) \
|
||||
$(shell find $(srcdir) -name "*.stkgui" ) \
|
||||
$(shell find $(srcdir) -name "*.xml" ) \
|
||||
$(shell find $(srcdir) -name "License.txt") \
|
||||
$(shell find $(srcdir) -name "*.stkskin" )
|
||||
|
||||
EXTRA_DIST = $(nobase_pkgdata_DATA)
|
||||
|
Loading…
x
Reference in New Issue
Block a user