2003-04-04 Sven Neumann <sven@gimp.org> * etc/Makefile.am * etc/templaterc: added a short templaterc. * app/gui/user-install-dialog.c: copy templaterc to ~/.gimp-1.3 and create a templates directory on user installation.
12 lines
164 B
Makefile
12 lines
164 B
Makefile
## Makefile.am for gimp/etc
|
|
|
|
gimpsysconf_DATA = \
|
|
gimprc \
|
|
gtkrc_user \
|
|
templaterc \
|
|
unitrc \
|
|
ps-menurc
|
|
|
|
EXTRA_DIST = \
|
|
$(gimpsysconf_DATA) \
|
|
gimprc.win32
|