gnucash-htdocs master: Set header fields of htdocs.pot

Frank H.Ellenberger fell at code.gnucash.org
Tue Feb 21 08:05:31 EST 2017


Updated	 via  https://github.com/Gnucash/gnucash-htdocs/commit/26efb7d2 (commit)
	from  https://github.com/Gnucash/gnucash-htdocs/commit/0d33f0b9 (commit)



commit 26efb7d25e3bf69c76c6988ae07b6d98dbb09636
Author: fell <frank.h.ellenberger at gmail.com>
Date:   Tue Feb 21 14:05:24 2017 +0100

    Set header fields of htdocs.pot
    
    Will only affect new .po files

diff --git a/Makefile b/Makefile
index 2945172..d6daaab 100644
--- a/Makefile
+++ b/Makefile
@@ -13,7 +13,10 @@ po/POTFILES: .potfiles
 .potfiles:
 
 po/gnucash-htdocs.pot: po/POTFILES
-	xgettext -f po/POTFILES -L PHP --keyword="T_" -o po/gnucash-htdocs.pot
+	xgettext -f po/POTFILES -L PHP --keyword="T_" -o po/gnucash-htdocs.pot \
+	  --package-name=gnucash-htdocs \
+	  --copyright-holder="The GnuCash Website Team" \
+	  --msgid-bugs-address=https://bugzilla.gnome.org/page.cgi?id=browse.html&product=GnuCash
 
 msgmerge: po/gnucash-htdocs.pot
 	for f in ${languages} ; do \



Summary of changes:
 Makefile | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)



More information about the gnucash-changes mailing list