Add a default toolrc file, installed in the sysconf dir, with a more minimalistic tool layout using groups, inspired by Photoshop (not identical, though, don't kill me! :)
18 lines
210 B
Makefile
18 lines
210 B
Makefile
## Makefile.am for gimp/etc
|
|
|
|
gimpsysconf = \
|
|
controllerrc \
|
|
gimp.css \
|
|
menurc \
|
|
sessionrc \
|
|
templaterc \
|
|
toolrc \
|
|
unitrc
|
|
|
|
gimpsysconf_DATA = \
|
|
$(gimpsysconf) \
|
|
gimprc
|
|
|
|
EXTRA_DIST = \
|
|
$(gimpsysconf)
|