Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/boards/scales
diff options
context:
space:
mode:
authorBruno Coudoin <bcoudoin@src.gnome.org>2006-10-21 23:20:49 (GMT)
committer Bruno Coudoin <bcoudoin@src.gnome.org>2006-10-21 23:20:49 (GMT)
commit8db3d70fc419ea0e59d9a2469f2da30bd29b9c6a (patch)
treebf0af40f01c61d444f870826ec162e8729f5d45b /boards/scales
parent8925dc92e49e1b201c26865771e545fc307a1929 (diff)
*** RELEASE 8.2BETA1 ***
- fixed all boards/Makefile.am, the transformation for i18n was not good enough and was breaking the game missing_letter. - added support for py2exe on windows which allow us to create an embedded package with python, pygtk and pycairo all together - cleanup in boards/* to replace assert by g_assert and remove uneeded includes. - fixed awele to run on windows replace font "12x24" by "sans 12"
Diffstat (limited to 'boards/scales')
-rw-r--r--boards/scales/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/boards/scales/Makefile.am b/boards/scales/Makefile.am
index da44df8..fc8a7c9 100644
--- a/boards/scales/Makefile.am
+++ b/boards/scales/Makefile.am
@@ -29,7 +29,7 @@ xml_DATA = $(xml_in_files:.xml.in=.xml)
# runtime.
#
$(xml_DATA): %.xml: %.xml.in
- sed -e "s/\(\<\)\/*_//g" $< > $@
+ sed -e "s/\(<\{1\}\/*\)_/\1/g" $< > $@
CLEANFILES = $(xml_DATA)