Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorBruno Coudoin <bcoudoin@src.gnome.org>2006-08-12 00:58:07 (GMT)
committer Bruno Coudoin <bcoudoin@src.gnome.org>2006-08-12 00:58:07 (GMT)
commitff5005365dd6d82f32b199872a4bab1fd1e7d9fc (patch)
tree49d7743c48c5edaa5cbae99eab5f315d6a6c8905 /Makefile.am
parent7c9d8c5f8483c6c389b31459cc297ed6d2cdb837 (diff)
- Fixed africa maps. Removed too tiny country in the whole africa map. Fixed missing
country pixmaps. Closes sourceforge GCompris bug#1538043. - Added -Werror as a global option. Fixed all warnings. I may have introduced bugs during this process. - click_on_letter: re-added the spoken instruction click on the letter - algebra: re-added the spoken numbers.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 569c28b..67fa154 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -38,7 +38,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 CVS --exclude .xvpics --exclude "[12]?.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 CVS --exclude .xvpics --exclude "1[1-9].ogg" --exclude "2?.ogg" * | ( cd $(DESTDIR)/$(pkgdatadir)/$(PACKAGE_DATA_DIR) ; tar xf -) ; cd .. ; \
fi
dist-hook: