From fa496df4d5430035025c29ae0d00e46504b74cb5 Mon Sep 17 00:00:00 2001 From: Bruno Coudoin Date: Mon, 31 Dec 2007 16:48:18 +0000 Subject: 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 --- (limited to 'Makefile.am') 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: -- cgit v0.9.1