Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* A better management of the baords/voices directory at the Makefile.amBruno Coudoin2009-07-251-6/+27
| | | | | | | | | | level. Now make update-voices does a git pull in this directory instead of a svn up. At make dist time, an error is generated if there is no directory boards/voices.
* In progress, the windows installer with po translation does not work yet.Bruno Coudoin2009-07-191-2/+3
|
* created a new tool named tools/create_nsis_translations.plBruno Coudoin2009-07-191-2/+4
| | | | | It is not yet completely integrated. Its goal is to create the nsis installer translation automatically from the po files.
* Added missing distclean for intltool generated files.Bruno Coudoin2009-07-191-0/+4
|
* Create the ChangeLog automatically from git log.Bruno Coudoin2009-07-131-0/+12
|
* Removed deprecated menu description in lib/menu/gcomprisBruno Coudoin2008-12-131-8/+0
| | | | svn path=/trunk/; revision=3642
* configure fixes and cleanup by Yavor Doganov.Bruno Coudoin2008-10-281-3/+6
| | | | | | It is no more needed to copy config.rpath localy. svn path=/trunk/; revision=3586
* Updated compilation chain for windows.Bruno Coudoin2008-04-061-1/+1
| | | | svn path=/trunk/; revision=3352
* Now package voices files above 10, they are used by the algebra activity.Bruno Coudoin2007-12-311-1/+1
| | | | | | | | * 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
* no more distribute an rpm spec file deletedBruno Coudoin2007-09-091-2/+1
| | | | | | | * Makefile.am: no more distribute an rpm spec file * gcompris.spec.in: deleted svn path=/trunk/; revision=2981
* Fixed svn not to use bruno accountBruno Coudoin2007-09-011-2/+2
| | | | svn path=/trunk/; revision=2948
* Fixed bug#327462 : Please move data files into a separate CVS moduleBruno Coudoin2007-08-301-12/+8
| | | | | | | | | | | | Now all voices are in a separated svn module. The voices must now be put under boards/voices/<locale> instead of boards/sounds/<locale> To get the voices installed in the proper place, simply run: make update-voices svn path=/trunk/; revision=2944
* removed files having a .in from the tarballBruno Coudoin2007-05-131-3/+3
| | | | | | * Makefile.am: removed files having a .in from the tarball svn path=/trunk/; revision=2637
*