jhbuild r2088 - in trunk: . po
- From: wbolster svn gnome org
- To: svn-commits-list gnome org
- Subject: jhbuild r2088 - in trunk: . po
- Date: Sun, 11 May 2008 14:10:19 +0100 (BST)
Author: wbolster
Date: Sun May 11 13:10:18 2008
New Revision: 2088
URL: http://svn.gnome.org/viewvc/jhbuild?rev=2088&view=rev
Log:
2008-05-11 Wouter Bolsterlee <wbolster svn gnome org>
* po/Makefile.plain: Oops, escape # sign correctly.
Modified:
trunk/ChangeLog
trunk/po/Makefile.plain
Modified: trunk/po/Makefile.plain
==============================================================================
--- trunk/po/Makefile.plain (original)
+++ trunk/po/Makefile.plain Sun May 11 13:10:18 2008
@@ -5,6 +5,6 @@
@mkdir -p $(MODIR)/$(strip $(basename $@ .mo))/LC_MESSAGES
@mv $@ $(MODIR)/$(strip $(basename $@ .mo))/LC_MESSAGES/messages.mo
-LANGUAGES=$(shell grep -v '^#' LINGUAS)
+LANGUAGES=$(shell grep -v '^\#' LINGUAS)
install: $(LANGUAGES:=.mo)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]