Also get rid of various old references to menurc and don't install it anymore to etc/ (neither the new shortcutsrc as it doesn't look like it brings much value to do so).
16 lines
199 B
Makefile
16 lines
199 B
Makefile
## Makefile.am for gimp/etc
|
|
|
|
gimpsysconf = \
|
|
controllerrc \
|
|
gimp.css \
|
|
sessionrc \
|
|
templaterc \
|
|
toolrc \
|
|
unitrc
|
|
|
|
gimpsysconf_DATA = \
|
|
$(gimpsysconf) \
|
|
gimprc
|
|
|
|
EXTRA_DIST = \
|
|
$(gimpsysconf)
|