diff options
Diffstat (limited to 'icon-themes/Fog/Makefile.am')
-rw-r--r-- | icon-themes/Fog/Makefile.am | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/icon-themes/Fog/Makefile.am b/icon-themes/Fog/Makefile.am new file mode 100644 index 00000000..b37aa8b4 --- /dev/null +++ b/icon-themes/Fog/Makefile.am @@ -0,0 +1,24 @@ +SUBDIRS = \ + 16x16 \ + 22x22 \ + 24x24 \ + 32x32 \ + 48x48 \ + 64x64 \ + 96x96 \ + 128x128 \ + 256x256 + +indexthemedir = $(datadir)/icons/Fog +indextheme_DATA = index.theme +indextheme_in_files = $(indextheme_DATA:.theme=.theme.in) + +%.theme: %.theme.in +if USE_NLS + $(AM_V_GEN) $(MSGFMT) --desktop --template $< -d $(top_srcdir)/po -o $@ +else + $(AM_V_GEN) cp -f $< $@ +endif + +CLEANFILES = $(indextheme_DATA) +EXTRA_DIST = $(indextheme_in_files) |