Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruno Coudoin <bcoudoin@src.gnome.org>2007-12-31 16:48:18 (GMT)
committer Bruno Coudoin <bcoudoin@src.gnome.org>2007-12-31 16:48:18 (GMT)
commitfa496df4d5430035025c29ae0d00e46504b74cb5 (patch)
tree3e993a92e4c5237032d4d55f334fa4ecb45f4744
parent3069292dcee761af771f36ca3bb2d637735c7c92 (diff)
Now package voices files above 10, they are used by the algebra activity.
* Makefile.am: Now package voices files above 10, they are used by the algebra activity. Thanks Mariusz for noticing this. svn path=/trunk/; revision=3189
-rw-r--r--ChangeLog5
-rw-r--r--Makefile.am2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 427426c..7bfcfe9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2007-12-31 Bruno Coudoin
+
+ * Makefile.am: Now package voices files above 10, they are used
+ by the algebra activity. Thanks Mariusz for noticing this.
+
2007-12-26 Bruno Coudoin
* src/boards/python/drawnumber.py: fixed a potential issue in displaying
diff --git a/Makefile.am b/Makefile.am
index 27af818..aadffcf 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -64,7 +64,7 @@ install-data-local:
@$(NORMAL_INSTALL)
if test -d $(srcdir)/$(PACKAGE_DATA_DIR); then \
$(mkinstalldirs) $(DESTDIR)/$(pkgdatadir)/$(PACKAGE_DATA_DIR); \
- cd $(srcdir)/$(PACKAGE_DATA_DIR) ; tar cf - --exclude "Makefile.in" --exclude "*.in" --exclude "*~" --exclude "Makefile" --exclude "Makefile.am" --exclude .svn --exclude "1[1-9].ogg" --exclude "2?.ogg" * | ( cd $(DESTDIR)/$(pkgdatadir)/$(PACKAGE_DATA_DIR) ; tar xf -) ; cd .. ; \
+ cd $(srcdir)/$(PACKAGE_DATA_DIR) ; tar cf - --exclude "Makefile.in" --exclude "*.in" --exclude "*~" --exclude "Makefile" --exclude "Makefile.am" --exclude .svn * | ( cd $(DESTDIR)/$(pkgdatadir)/$(PACKAGE_DATA_DIR) ; tar xf -) ; cd .. ; \
fi
dist-hook: