[gnome-robots] Releasing 3.7.2
- From: Robert Ancell <rancell src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-robots] Releasing 3.7.2
- Date: Wed, 21 Nov 2012 21:37:44 +0000 (UTC)
commit f2246b46036f3e79ceb460465b014acd457abae3
Author: Robert Ancell <robert ancell canonical com>
Date: Thu Nov 22 10:37:38 2012 +1300
Releasing 3.7.2
NEWS | 2 +-
configure.ac | 2 +-
data/Makefile.am | 11 +++++++++++
3 files changed, 13 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 05845bf..07db68c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-gnome-robots 3.7.0
+gnome-robots 3.7.2
====================
First release split from gnome-games
diff --git a/configure.ac b/configure.ac
index 65a7a88..da6ff33 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT(gnome-robots, 3.7.0)
+AC_INIT(gnome-robots, 3.7.2)
AM_INIT_AUTOMAKE([1.11 no-dist-gzip dist-xz foreign])
AM_SILENT_RULES([yes])
AM_MAINTAINER_MODE
diff --git a/data/Makefile.am b/data/Makefile.am
index 889bee0..a33ea29 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -61,6 +61,17 @@ install-data-local:
touch $$fname3; chmod 664 $$fname3; chown $(scores_user):$(scores_group) $$fname3; \
done
+uninstall-local:
+ -for cfn in $(config_DATA); do \
+ cfn2=`echo $$cfn | sed -e 's/\.cfg//'`; \
+ fname1=$(DESTDIR)$(scoredir)/gnome-robots.$$cfn2.scores; \
+ fname2=$(DESTDIR)$(scoredir)/gnome-robots.$$cfn2-safe.scores; \
+ fname3=$(DESTDIR)$(scoredir)/gnome-robots.$$cfn2-super-safe.scores; \
+ rm -f $$fname1; \
+ rm -f $$fname2; \
+ rm -f $$fname3; \
+ done
+
EXTRA_DIST = $(cursor_files) \
$(pixmap_DATA) \
$(sounds_DATA) \
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]