[Tux4kids-commits] r199 - in tuxmath/trunk: . docs
h01ger-guest at alioth.debian.org
h01ger-guest at alioth.debian.org
Sun Aug 19 13:56:03 UTC 2007
Author: h01ger-guest
Date: 2007-08-19 13:56:03 +0000 (Sun, 19 Aug 2007)
New Revision: 199
Modified:
tuxmath/trunk/Makefile.am
tuxmath/trunk/docs/changelog
Log:
- commited the wrong file: Makefile.in is generated from Makefile.am
Modified: tuxmath/trunk/Makefile.am
===================================================================
--- tuxmath/trunk/Makefile.am 2007-08-19 13:51:00 UTC (rev 198)
+++ tuxmath/trunk/Makefile.am 2007-08-19 13:56:03 UTC (rev 199)
@@ -18,7 +18,7 @@
| ( cd $(DESTDIR)/$(pkgdatadir) ; tar xf -) ; cd .. ; \
cd src/po ; \
for i in *.po; do langcode=$$(echo $$i | sed 's/\.po//'); \
- msgfmt -o $(localedir)/$$langcode/LC_MESSAGES/tuxmath.mo $$langcode.po; \
+ mkdir -p $(DESTDIR)/$(localedir)/$$langcode/LC_MESSAGES ; msgfmt -o $(DESTDIR)/$(localedir)/$$langcode/LC_MESSAGES/tuxmath.mo $$langcode.po; \
done; \
fi
Modified: tuxmath/trunk/docs/changelog
===================================================================
--- tuxmath/trunk/docs/changelog 2007-08-19 13:51:00 UTC (rev 198)
+++ tuxmath/trunk/docs/changelog 2007-08-19 13:56:03 UTC (rev 199)
@@ -1,8 +1,8 @@
changelog for "tuxmath"
-2007.Aug.19 (svn.debian.org/tux4kids - revision 197)
+2007.Aug.19 (svn.debian.org/tux4kids - revision 199)
Build:
- * fix a path in Makefile.in for installing the locales
+ * fix a path in Makefile.am for installing the locales
Holger Levsen (holger at layer-acht.org)
More information about the Tux4kids-commits
mailing list