summaryrefslogtreecommitdiff
path: root/pidgin/pixmaps
diff options
context:
space:
mode:
authorTomasz Wasilczyk <twasilczyk@pidgin.im>2013-09-03 13:51:59 +0200
committerTomasz Wasilczyk <twasilczyk@pidgin.im>2013-09-03 13:51:59 +0200
commit324377354d9a0775a431719b06ec1037c6b75f65 (patch)
treeb03dad1e2cc18ad3e47f52d3d32a31897d4b2fdd /pidgin/pixmaps
parent268d31d3b917465847971d9ccca7af71fa71562c (diff)
downloadpidgin-324377354d9a0775a431719b06ec1037c6b75f65.tar.gz
Silence a clean build (hg purge --all)
Diffstat (limited to 'pidgin/pixmaps')
-rw-r--r--pidgin/pixmaps/emotes/default/24/Makefile.am2
-rw-r--r--pidgin/pixmaps/emotes/none/Makefile.am2
-rw-r--r--pidgin/pixmaps/emotes/small/16/Makefile.am2
3 files changed, 3 insertions, 3 deletions
diff --git a/pidgin/pixmaps/emotes/default/24/Makefile.am b/pidgin/pixmaps/emotes/default/24/Makefile.am
index ffd6edb05f..457ed2aa6a 100644
--- a/pidgin/pixmaps/emotes/default/24/Makefile.am
+++ b/pidgin/pixmaps/emotes/default/24/Makefile.am
@@ -205,7 +205,7 @@ pidginsmileypix_DATA = \
theme
theme: default.theme.in
- sed -e 's/^_Name=/Name=/' \
+ $(AM_V_GEN) sed -e 's/^_Name=/Name=/' \
-e 's/^_Description=/Description=/' \
-e 's/^_Author=/Author=/' \
$< > $@
diff --git a/pidgin/pixmaps/emotes/none/Makefile.am b/pidgin/pixmaps/emotes/none/Makefile.am
index 40ddc6d03f..0591be335e 100644
--- a/pidgin/pixmaps/emotes/none/Makefile.am
+++ b/pidgin/pixmaps/emotes/none/Makefile.am
@@ -5,7 +5,7 @@ pidginsmileypixdir = $(datadir)/pixmaps/pidgin/emotes/none
pidginsmileypix_DATA = theme
theme: none.theme.in
- sed -e 's/^_Name=/Name=/' \
+ $(AM_V_GEN) sed -e 's/^_Name=/Name=/' \
-e 's/^_Description=/Description=/' \
-e 's/^_Author=/Author=/' \
$< > $@
diff --git a/pidgin/pixmaps/emotes/small/16/Makefile.am b/pidgin/pixmaps/emotes/small/16/Makefile.am
index fe6fb5e91c..4f3ddf2686 100644
--- a/pidgin/pixmaps/emotes/small/16/Makefile.am
+++ b/pidgin/pixmaps/emotes/small/16/Makefile.am
@@ -94,7 +94,7 @@ pidginsmileypix_DATA = \
theme
theme: small.theme.in
- sed -e 's/^_Name=/Name=/' \
+ $(AM_V_GEN) sed -e 's/^_Name=/Name=/' \
-e 's/^_Description=/Description=/' \
-e 's/^_Author=/Author=/' \
$< > $@