summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/common/xmlpool/Makefile
AgeCommit message (Collapse)Author
2010-10-27Fix build on systems where "python" is python 3.Kenneth Graunke
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 <chantry.xavier@gmail.com> Signed-off-by: Matthew William Cox <matt@mattcox.ca> Signed-off-by: Kenneth Graunke <kenneth@whitecape.org>
2008-05-07Never fail `make clean'Dan Nicholson
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.
2006-12-06Re-generate options.h with Swedish translations.Michel Dänzer
2005-04-22Added a French translation of option descriptions by Stephane Marchesin.Felix Kuehling
2005-04-12Added a Spanish translation by David Rubio Miguélezand a DutchFelix Kuehling
translation by Manfred Stienstra.
2005-04-11Manage option translations in separate .po files to make translationsFelix Kuehling
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.