From e59145232c55785c2d5687d615016e6250140e79 Mon Sep 17 00:00:00 2001 From: Perberos Date: Wed, 30 Nov 2011 18:59:39 -0300 Subject: moving from https://github.com/perberos/Mate-Desktop-Environment --- nature/Makefile.am | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 nature/Makefile.am (limited to 'nature/Makefile.am') diff --git a/nature/Makefile.am b/nature/Makefile.am new file mode 100644 index 0000000..f93a6a3 --- /dev/null +++ b/nature/Makefile.am @@ -0,0 +1,34 @@ +backgrounddir = $(datadir)/pixmaps/backgrounds/mate/nature + +background_DATA =\ + Aqua.jpg \ + Blinds.jpg \ + Dune.jpg \ + FreshFlower.jpg \ + Garden.jpg \ + GreenMeadow.jpg \ + LadyBird.jpg \ + RainDrops.jpg \ + Storm.jpg \ + TwoWings.jpg \ + Wood.jpg \ + YellowFlower.jpg + +metadata_in_files = mate-nature.xml.in +metadatadir = $(datadir)/mate-background-properties +metadata_DATA = $(metadata_in_files:.xml.in=.xml) +@INTLTOOL_XML_RULE@ + +noinst_DATA = mate-nature.xml.in +CLEANFILES = mate-nature.xml mate-nature.xml.in + +EXTRA_DIST = $(background_DATA) mate-nature.xml.in.in + +mate-nature.xml.in: mate-nature.xml.in.in Makefile + $(AM_V_GEN)sed -e 's^\@datadir\@^$(datadir)^g' < $(srcdir)/mate-nature.xml.in.in > mate-nature.xml.in.tmp \ + && mv mate-nature.xml.in.tmp mate-nature.xml.in + +MAINTAINERCLEANFILES = \ + Makefile.in + +-include $(top_srcdir)/git.mk -- cgit v1.2.1