linterna-magica-commit
[Top][All Lists]
Advanced

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

[linterna-magica-commit] [246] Fixes the copyright holder in the POT fil


From: Ivaylo Valkov
Subject: [linterna-magica-commit] [246] Fixes the copyright holder in the POT file for the documentation generated by po4a .
Date: Sun, 05 Feb 2012 12:41:57 +0000

Revision: 246
          
http://svn.sv.gnu.org/viewvc/?view=rev&root=linterna-magica&revision=246
Author:   valkov
Date:     2012-02-05 12:41:56 +0000 (Sun, 05 Feb 2012)
Log Message:
-----------
Fixes the copyright holder in the POT file for the documentation generated by 
po4a.

Modified Paths:
--------------
    trunk/doc/Makefile
    trunk/doc/po/linterna_magica.texi.pot

Modified: trunk/doc/Makefile
===================================================================
--- trunk/doc/Makefile  2012-01-29 16:44:40 UTC (rev 245)
+++ trunk/doc/Makefile  2012-02-05 12:41:56 UTC (rev 246)
@@ -59,10 +59,12 @@
        $(PO4A-UPDATEPO) -f texinfo -m $(MASTERDOC) -M UTF-8 -p $@; \
        echo "done";
 
-$(PODIR)/$(MASTERDOC).pot: $(MASTERDOC) $(topdir)/common.mk
+$(PODIR)/$(MASTERDOC).pot: Makefile $(MASTERDOC) $(topdir)/common.mk
        @echo -n "Updating $@ ...";\
        $(PO4A-GETTEXTIZE) --package-version $(VERSION) \
-       --package-name "$(GETTEXT_PACKAGE)" -f texinfo \
+       --package-name "$(GETTEXT_PACKAGE)" \
+       --copyright-holder "$(GETTEXT_PACKAGE)'s copyright holders" \
+       -f texinfo \
        -m $(MASTERDOC) -M UTF-8 -p $@; \
        echo "done";
 

Modified: trunk/doc/po/linterna_magica.texi.pot
===================================================================
--- trunk/doc/po/linterna_magica.texi.pot       2012-01-29 16:44:40 UTC (rev 
245)
+++ trunk/doc/po/linterna_magica.texi.pot       2012-02-05 12:41:56 UTC (rev 
246)
@@ -1,5 +1,5 @@
 # SOME DESCRIPTIVE TITLE
-# Copyright (C) YEAR Free Software Foundation, Inc.
+# Copyright (C) YEAR linterna_magica's copyright holders
 # This file is distributed under the same license as the linterna_magica 
package.
 # FIRST AUTHOR <address@hidden>, YEAR.
 #
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: linterna_magica svn-trunk\n"
-"POT-Creation-Date: 2012-01-17 10:53+0200\n"
+"POT-Creation-Date: 2012-02-05 14:37+0200\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <address@hidden>\n"
 "Language-Team: LANGUAGE <address@hidden>\n"




reply via email to

[Prev in Thread] Current Thread [Next in Thread]