7 lines
131 B
Makefile
7 lines
131 B
Makefile
|
# data/po/
|
||
|
|
||
|
pkgdatadir = $(datadir)/games/@PACKAGE@/data/shaders
|
||
|
|
||
|
dist_pkgdata_DATA = $(shell find $(srcdir) -name "*.tutorial")
|
||
|
|