r19176 - htdocs/trunk - Write mo files to proper location

Geert Janssens gjanssens at code.gnucash.org
Sat May 15 11:47:32 EDT 2010


Author: gjanssens
Date: 2010-05-15 11:47:32 -0400 (Sat, 15 May 2010)
New Revision: 19176
Trac: http://svn.gnucash.org/trac/changeset/19176

Modified:
   htdocs/trunk/Makefile
Log:
Write mo files to proper location

Modified: htdocs/trunk/Makefile
===================================================================
--- htdocs/trunk/Makefile	2010-05-15 15:42:20 UTC (rev 19175)
+++ htdocs/trunk/Makefile	2010-05-15 15:47:32 UTC (rev 19176)
@@ -24,7 +24,7 @@
 mos: ${all_languages}
 
 ${all_languages}: po/$$@.po
-	msgfmt $< -o $@/LC_MESSAGES/gnucash-htdocs.mo
+	msgfmt $< -o locale/$@/LC_MESSAGES/gnucash-htdocs.mo
 
 ####################################################################
 #



More information about the gnucash-changes mailing list