jhbuild r2080 - trunk/po



Author: fpeters
Date: Fri May  9 21:59:38 2008
New Revision: 2080
URL: http://svn.gnome.org/viewvc/jhbuild?rev=2080&view=rev

Log:
* Makefile.plain: added missing file, for non-autotools building.



Added:
   trunk/po/ChangeLog
   trunk/po/Makefile.plain

Added: trunk/po/Makefile.plain
==============================================================================
--- (empty file)
+++ trunk/po/Makefile.plain	Fri May  9 21:59:38 2008
@@ -0,0 +1,10 @@
+MODIR=../mo
+
+%.mo: %.po
+	msgfmt -o $@ $<
+	@mkdir -p $(MODIR)/$(strip $(basename $@ .mo))/LC_MESSAGES
+	@mv $@ $(MODIR)/$(strip $(basename $@ .mo))/LC_MESSAGES/messages.mo 
+
+LANGUAGES=$(shell cat LINGUAS)
+
+install: $(LANGUAGES:=.mo)



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]