diff options
author | raveit65 <[email protected]> | 2015-04-03 18:49:40 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2015-04-03 18:51:19 +0200 |
commit | debc7ffc45bce15496accb48bf6561a6b6cf8588 (patch) | |
tree | 7b8fee58ab8a1d5b9a0b17d41657a8854ce76ace /desktop-themes/AlaDelta/Makefile.am | |
parent | 9922f4b60af176afb331afd0d0fe7b28be4da9f2 (diff) | |
download | mate-themes-debc7ffc45bce15496accb48bf6561a6b6cf8588.tar.bz2 mate-themes-debc7ffc45bce15496accb48bf6561a6b6cf8588.tar.xz |
package clean up
fixes https://github.com/mate-desktop/mate-themes/issues/83
Diffstat (limited to 'desktop-themes/AlaDelta/Makefile.am')
-rw-r--r-- | desktop-themes/AlaDelta/Makefile.am | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/desktop-themes/AlaDelta/Makefile.am b/desktop-themes/AlaDelta/Makefile.am deleted file mode 100644 index 382c865e..00000000 --- a/desktop-themes/AlaDelta/Makefile.am +++ /dev/null @@ -1,11 +0,0 @@ -THEME_NAME=AlaDelta -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 - -themedir = $(datadir)/themes/$(THEME_NAME) - -theme_DATA = index.theme - -DISTCLEANFILES=index.theme -EXTRA_DIST=index.theme.in index.theme |