Files
gimp/etc/Makefile.am
Ell fa53e1433f etc: add a default toolrc file, using tool groups to oragnize the tools
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! :)
2020-01-30 02:53:24 +02:00

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)