jhbuild r2082 - in trunk: . po
- From: wbolster svn gnome org
- To: svn-commits-list gnome org
- Subject: jhbuild r2082 - in trunk: . po
- Date: Sat, 10 May 2008 12:35:10 +0100 (BST)
Author: wbolster
Date: Sat May 10 11:35:09 2008
New Revision: 2082
URL: http://svn.gnome.org/viewvc/jhbuild?rev=2082&view=rev
Log:
2008-05-10 Wouter Bolsterlee <wbolster svn gnome org>
* po/Makefile.plain: Use grep to remove comment lines
from LINGUAS file.
Modified:
trunk/ChangeLog
trunk/po/Makefile.plain
Modified: trunk/po/Makefile.plain
==============================================================================
--- trunk/po/Makefile.plain (original)
+++ trunk/po/Makefile.plain Sat May 10 11:35:09 2008
@@ -5,6 +5,6 @@
@mkdir -p $(MODIR)/$(strip $(basename $@ .mo))/LC_MESSAGES
@mv $@ $(MODIR)/$(strip $(basename $@ .mo))/LC_MESSAGES/messages.mo
-LANGUAGES=$(shell cat LINGUAS)
+LANGUAGES=$(shell grep -v '^#' LINGUAS)
install: $(LANGUAGES:=.mo)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]