2003-11-16 Michael Natterer <mitch@gimp.org> * configure.in * themes/Makefile.am * themes/Small/.cvsignore * themes/Small/Makefile.am * themes/Small/gtkrc: added a "Small" theme so users don't have to edit their ~/.gimp-1.3/gtkrc to get the smaller look. * app/widgets/gimpdock.c: use "gimp-dock-separator", not just "dock-separator" as widget name. * etc/gtkrc: changed accordingly. Removed small style since it is a theme now. Cleanup.
7 lines
158 B
Makefile
7 lines
158 B
Makefile
## Process this file with automake to produce Makefile.in
|
|
|
|
themedatadir = $(gimpdatadir)/themes/Small
|
|
|
|
themedata_DATA = gtkrc
|
|
|
|
EXTRA_DIST = $(themedata_DATA)
|