From 2f5e98e87c36b0973b90dafb645c2c4b54e8c71e Mon Sep 17 00:00:00 2001 From: Bruno Coudoin Date: Thu, 04 May 2006 23:01:16 +0000 Subject: Removed unused sounds (10.ogg and above) from the install because we don't use them. Removed Brahms because it's huge and of bad quality. Started the removal of assetml. Now in the core, all sounds are assetml free. Improved the function gcompris_find_absolute_filename() to support a $LOCALE tag in a string. It will be replaced by the current locale when found. Next step is to remove assetml from the activity and dataset, then from the API. --- (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 074ba51..683dece 100644 --- a/Makefile.am +++ b/Makefile.am @@ -36,7 +36,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 "*.assetml" * | ( 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 "*.assetml" --exclude "[12]?.ogg" --exclude "Brahms*.ogg" * | ( cd $(DESTDIR)/$(pkgdatadir)/$(PACKAGE_DATA_DIR) ; tar xf -) ; cd .. ; \ fi dist-hook: -- cgit v0.9.1