jhbuild r2088 - in trunk: . po



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]