aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/common/xmlpool/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Fix build on systems where "python" is python 3.Kenneth Graunke2010-10-271-1/+1
| | | | | | | | | | | First, it changes autoconf to use a "python2" binary when available, rather than plain "python" (which is ambiguous). Secondly, it changes the Makefiles to use $(PYTHON) $(PYTHON_FLAGS) rather than calling python directly. Signed-off-by: Xavier Chantry <[email protected]> Signed-off-by: Matthew William Cox <[email protected]> Signed-off-by: Kenneth Graunke <[email protected]>
* Never fail `make clean'Dan Nicholson2008-05-071-2/+2
| | | | | | Mostly some pedantic changes such that `make clean' always ignores errors. Also changed the top clean target to do the `touch configs/current' dance instead of realclean.
* Re-generate options.h with Swedish translations.Michel Dänzer2006-12-061-1/+1
|
* Added a French translation of option descriptions by Stephane Marchesin.Felix Kuehling2005-04-221-1/+1
|
* Added a Spanish translation by David Rubio Miguélezand a DutchFelix Kuehling2005-04-121-1/+1
| | | | translation by Manfred Stienstra.
* Manage option translations in separate .po files to make translationsFelix Kuehling2005-04-111-0/+96
easier for non-programmers familiar with GNU gettext. For now there is only a German translation but more translations are encouraged. Translatable strings are extracted from t_options.h containing option definitions with English descriptions. A corresponding header options.h with all available translations of option descriptions is generated by gen_xmlpool.py and included by xmlpool.h. Many option descriptions were rephrased to make them unambiguous for translation without context. They are hopefully more helpful to users at the same time.