7 lines
162 B
Makefile
7 lines
162 B
Makefile
## Process this file with automake to produce Makefile.in
|
|
|
|
themedatadir = $(gimpdatadir)/themes/System
|
|
|
|
themedata_DATA = gimp.css
|
|
|
|
EXTRA_DIST = $(themedata_DATA)
|