2008-10-16 17:03:08 +00:00
|
|
|
$OpenBSD: patch-Makefile_in,v 1.6 2008/10/16 17:03:08 ajacoutot Exp $
|
|
|
|
--- Makefile.in.orig Tue Oct 7 22:29:51 2008
|
|
|
|
+++ Makefile.in Thu Oct 16 14:55:02 2008
|
|
|
|
@@ -843,7 +843,7 @@ info: info-recursive
|
Import gcompris-8.2.2
GCompris ("I got it") is an educational software which propose different
activities to children from 2 to 10 years old.
Some of the activities are game orientated, but nonetheless still
educational. Below you can find a list of categories with some of the
activities available in that category.
* computer discovery: keyboard, mouse, different mouse gesture
* algebra: table memory, enumeration, double entry table, mirror image
* science: the canal lock, the water cycle, the submarine, electric
simulation
* geography: place the country on the map
* games: chess, memory, connect 4, oware, sudoku
* reading: reading practice
* other: learn to tell time, puzzle of famous paintings, vector drawing,
cartoon making, ...
Currently GCompris offers in excess of 100 activities and more are being
developed.
"slap it in" mbalmer@
2007-01-26 17:40:57 +00:00
|
|
|
|
|
|
|
info-am:
|
|
|
|
|
|
|
|
-install-data-am: install-ApplicationsDATA install-MenuDATA \
|
|
|
|
+install-data-am: install-ApplicationsDATA \
|
|
|
|
install-data-local install-iconDATA
|
|
|
|
|
2008-10-16 17:03:08 +00:00
|
|
|
install-dvi: install-dvi-recursive
|
|
|
|
@@ -913,7 +913,7 @@ install-data-local:
|
Import gcompris-8.2.2
GCompris ("I got it") is an educational software which propose different
activities to children from 2 to 10 years old.
Some of the activities are game orientated, but nonetheless still
educational. Below you can find a list of categories with some of the
activities available in that category.
* computer discovery: keyboard, mouse, different mouse gesture
* algebra: table memory, enumeration, double entry table, mirror image
* science: the canal lock, the water cycle, the submarine, electric
simulation
* geography: place the country on the map
* games: chess, memory, connect 4, oware, sudoku
* reading: reading practice
* other: learn to tell time, puzzle of famous paintings, vector drawing,
cartoon making, ...
Currently GCompris offers in excess of 100 activities and more are being
developed.
"slap it in" mbalmer@
2007-01-26 17:40:57 +00:00
|
|
|
@$(NORMAL_INSTALL)
|
|
|
|
if test -d $(srcdir)/$(PACKAGE_DATA_DIR); then \
|
|
|
|
$(mkinstalldirs) $(DESTDIR)/$(pkgdatadir)/$(PACKAGE_DATA_DIR); \
|
2008-02-13 11:12:50 +00:00
|
|
|
- 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 .. ; \
|
|
|
|
+ cd $(srcdir)/$(PACKAGE_DATA_DIR) ; gtar cf - --exclude "Makefile.in" --exclude "*.in" --exclude "*~" --exclude "Makefile" --exclude "Makefile.am" --exclude .svn * | ( cd $(DESTDIR)/$(pkgdatadir)/$(PACKAGE_DATA_DIR) ; gtar xf -) ; cd .. ; \
|
Import gcompris-8.2.2
GCompris ("I got it") is an educational software which propose different
activities to children from 2 to 10 years old.
Some of the activities are game orientated, but nonetheless still
educational. Below you can find a list of categories with some of the
activities available in that category.
* computer discovery: keyboard, mouse, different mouse gesture
* algebra: table memory, enumeration, double entry table, mirror image
* science: the canal lock, the water cycle, the submarine, electric
simulation
* geography: place the country on the map
* games: chess, memory, connect 4, oware, sudoku
* reading: reading practice
* other: learn to tell time, puzzle of famous paintings, vector drawing,
cartoon making, ...
Currently GCompris offers in excess of 100 activities and more are being
developed.
"slap it in" mbalmer@
2007-01-26 17:40:57 +00:00
|
|
|
fi
|
|
|
|
|
|
|
|
dist-hook:
|