diff options
author | raveit <[email protected]> | 2013-03-13 15:33:35 +0100 |
---|---|---|
committer | raveit <[email protected]> | 2013-03-13 15:33:35 +0100 |
commit | 4ee5feb503166fb3fb06af46abb4f5cbf93a453f (patch) | |
tree | ba84944dfeef724aecdb83e6bcd51f6b75a9cea6 /gtk-themes/ContrastHigh/Makefile.am | |
parent | 7d22b6c1bc7270f24e92fa4cdad0d844691616e2 (diff) | |
download | mate-themes-4ee5feb503166fb3fb06af46abb4f5cbf93a453f.tar.bz2 mate-themes-4ee5feb503166fb3fb06af46abb4f5cbf93a453f.tar.xz |
remove gresource implementation from ContrastHigh theme
rename High Contrast to ContrastHigh in index.theme
update german and english translations
Diffstat (limited to 'gtk-themes/ContrastHigh/Makefile.am')
-rw-r--r-- | gtk-themes/ContrastHigh/Makefile.am | 17 |
1 files changed, 4 insertions, 13 deletions
diff --git a/gtk-themes/ContrastHigh/Makefile.am b/gtk-themes/ContrastHigh/Makefile.am index d960d395..47fef671 100644 --- a/gtk-themes/ContrastHigh/Makefile.am +++ b/gtk-themes/ContrastHigh/Makefile.am @@ -3,17 +3,8 @@ SUBDIRS = \ gtk-2.0 \ metacity-1 -THEME_NAME=ContrastHigh - -themedir = $(datadir)/themes/$(THEME_NAME) - -noinst_PROGRAMS = -if GTK3 -noinst_PROGRAMS += create-contrasthigh -endif - -create_contrasthigh_SOURCES = create-contrasthigh.c -create_contrasthigh_CFLAGS = $(CONTRASTHIGH_CFLAGS) -create_contrasthigh_LDADD = $(CONTRASTHIGH_LIBS) -lm +DIST_SUBDIRS = \ + gtk-3.0 \ + gtk-2.0 \ + metacity-1 --include $(top_srcdir)/git.mk |