[Formed-commits] r380 - in trunk: . formed/po

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Wed Aug 4 15:32:38 CEST 2010


Author: bh
Date: 2010-08-04 15:32:37 +0200 (Wed, 04 Aug 2010)
New Revision: 380

Modified:
   trunk/ChangeLog
   trunk/formed/po/Makefile
Log:
* formed/po/Makefile: Use correct filename of the pot-file in the
usage message


Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog	2010-08-04 13:31:34 UTC (rev 379)
+++ trunk/ChangeLog	2010-08-04 13:32:37 UTC (rev 380)
@@ -1,5 +1,10 @@
 2010-08-04  Bernhard Herzog  <bh at intevation.de>
 
+	* formed/po/Makefile: Use correct filename of the pot-file in the
+	usage message
+
+2010-08-04  Bernhard Herzog  <bh at intevation.de>
+
 	* formed/po/Makefile (LIST_POTFILES): Sort the file names to make
 	the order of entries in the .pot-file more predictable.
 

Modified: trunk/formed/po/Makefile
===================================================================
--- trunk/formed/po/Makefile	2010-08-04 13:31:34 UTC (rev 379)
+++ trunk/formed/po/Makefile	2010-08-04 13:32:37 UTC (rev 380)
@@ -1,6 +1,6 @@
 all:
 	@echo 'Usage:'
-	@echo '   make pot        create thuban.pot'
+	@echo '   make pot        create formed.pot'
 	@echo '   make update-po  merge a new formed.po with the *.po files'
 	@echo '   make mo         create the mo files'
 



More information about the Formed-commits mailing list