jhbuild r2082 - in trunk: . po



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]