diff options
author | Rodney Dawes <dobey@novell.com> | 2006-01-17 02:35:02 +0000 |
---|---|---|
committer | Rodney Dawes <dobey@src.gnome.org> | 2006-01-17 02:35:02 +0000 |
commit | 1c6b55dd08a725f22a620f00b5e6ac5f3e8b6e45 (patch) | |
tree | 275585eb6b79afc7641ccc084c8e6ffb37f7c8b9 /Makefile.am | |
parent | 14f86bb320299795558c55b6d5dc783369bf4cf0 (diff) | |
download | adwaita-icon-theme-1c6b55dd08a725f22a620f00b5e6ac5f3e8b6e45.tar.gz |
Require icon-naming-utils >= 0.6.5 for compat Set the themedir variable
2006-01-16 Rodney Dawes <dobey@novell.com>
* configure.in: Require icon-naming-utils >= 0.6.5 for compat
Set the themedir variable here, to improve maintainability
* index.theme.in: Update for new contexts, and removals
* *: Update to use the icon naming spec where we can for now
Get rid of extra duplicate icons, and use generic versions instead
Remove extraneous sizes to prepare for 16, 22, and scalable only in
the future
Solves #317460, #318505, #163693, #303601, #112909, #169745
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/Makefile.am b/Makefile.am index 33363b6c2..50ebfddb9 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,15 +1,13 @@ -SUBDIRS = 12x12 16x16 24x24 32x32 36x36 48x48 72x72 96x96 192x192 scalable po +SUBDIRS = 16x16 24x24 48x48 scalable po pkgconfigdir = $(datadir)/pkgconfig pkgconfig_DATA = gnome-icon-theme.pc -THEME_IN_FILES=index.theme.in +THEME_IN_FILES = index.theme.in %.theme: %.theme.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_MERGE) $(top_srcdir)/po $< $@ -d -u -c $(top_builddir)/po/.intltool-merge-cache -icondir = $(datadir)/icons/gnome - -icon_DATA = index.theme +theme_DATA = index.theme EXTRA_DIST= \ index.theme.in \ |