trans-coord-devel
[Top][All Lists]
Advanced

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

trans-coord/gnun/server/gnun GNUmakefile ChangeLog


From: Kaloian Doganov
Subject: trans-coord/gnun/server/gnun GNUmakefile ChangeLog
Date: Fri, 14 Mar 2008 07:05:24 +0000

CVSROOT:        /sources/trans-coord
Module name:    trans-coord
Changes by:     Kaloian Doganov <kaloian>       08/03/14 07:05:24

Modified files:
        gnun/server/gnun: GNUmakefile ChangeLog 

Log message:
        * GNUmakefile (generate-html): Use a little more conscious and
        short parameter names that are mentioned in the "documentation
        string".  All callers changed.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/trans-coord/gnun/server/gnun/GNUmakefile?cvsroot=trans-coord&r1=1.17&r2=1.18
http://cvs.savannah.gnu.org/viewcvs/trans-coord/gnun/server/gnun/ChangeLog?cvsroot=trans-coord&r1=1.36&r2=1.37

Patches:
Index: GNUmakefile
===================================================================
RCS file: /sources/trans-coord/trans-coord/gnun/server/gnun/GNUmakefile,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -b -r1.17 -r1.18
--- GNUmakefile 14 Mar 2008 06:18:29 -0000      1.17
+++ GNUmakefile 14 Mar 2008 07:05:24 -0000      1.18
@@ -134,11 +134,11 @@
 $(RM) address@hidden
 endef
 
-# The command to generate the translated article in HTML format from a
-# PO file.  The result is further manipulated in the recipes.
+# The command to generate the translated article OUT in HTML format
+# from a PO file.  The result is further manipulated in the recipes.
 define generate-html
 $(PO4A-TRANSLATE) $(PO4A_XHTMLFLAGS) $(PO4A-TRANSLATEFLAGS) \
-  --master $$< --po $$$$POFILE --localized $$$$M4FILE
+  --master $$< --po $$$$PO --localized $$$$OUT
 endef
 
 # The command to check the validity of a PO file.
@@ -197,7 +197,7 @@
 $(template_dir)/%.$(1).html: $(template_dir)/%.html 
$(template_dir)/po/%.$(1).po
        $$(addfile)
        PO=$(template_dir)/po/$$(*F).$(1).po ; $(check-po)
-       POFILE=$(template_dir)/po/$$(*F).$(1).po M4FILE=$$@ ; $(generate-html)
+       PO=$(template_dir)/po/$$(*F).$(1).po OUT=$$@ ; $(generate-html)
        $(SED) --in-place ':egin;N;$$$$!begin;s/\([ \t]*\n[ 
\t]*\)\{3,\}<!--/\n\n<!--/g' $$@
 endef
 
@@ -232,7 +232,7 @@
                            $(rootdir)/po/home.$(1).po generic.$(1).html
        $$(addfile)
        PO=$(rootdir)/po/home.$(1).po ; $(check-po)
-       POFILE=$(rootdir)/po/home.$(1).po M4FILE=$(rootdir)/po/home.$(1).m4 ; \
+       PO=$(rootdir)/po/home.$(1).po OUT=$(rootdir)/po/home.$(1).m4 ; \
          $(generate-html)
        $(SED) --in-place 
"s/\(<gnun>include(\`.*\)\([.]html')<\/gnun>\)/\1.$(1)\2/g" 
$(rootdir)/po/home.$(1).m4
        $(SED) --in-place "s/<gnun>\(.*\)<\/gnun>/\1/g" 
$(rootdir)/po/home.$(1).m4
@@ -289,7 +289,7 @@
                           $(1).po generic.$(2).html
        $$(addfile)
        PO=$(1).po ; $(check-po)
-       POFILE=$(1).po M4FILE=$(1).m4 ; $(generate-html)
+       PO=$(1).po OUT=$(1).m4 ; $(generate-html)
        $(SED) --in-place 
"s/\(<gnun>include(\`.*\)\([.]html')<\/gnun>\)/\1.$(2)\2/g" $(1).m4
        $(SED) --in-place "s/<gnun>\(.*\)<\/gnun>/\1/g" $(1).m4
        $(SED) --in-place ':egin;N;$$$$!begin;s/\([ \t]*\n[ 
\t]*\)\{3,\}<!--/\n\n<!--/g' $(1).m4

Index: ChangeLog
===================================================================
RCS file: /sources/trans-coord/trans-coord/gnun/server/gnun/ChangeLog,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -b -r1.36 -r1.37
--- ChangeLog   14 Mar 2008 06:29:25 -0000      1.36
+++ ChangeLog   14 Mar 2008 07:05:24 -0000      1.37
@@ -1,3 +1,9 @@
+2008-03-14  Kaloian Doganov  <address@hidden>
+
+       * GNUmakefile (generate-html): Use a little more conscious and
+       short parameter names that are mentioned in the "documentation
+       string".  All callers changed.
+
 2008-03-14  Yavor Doganov  <address@hidden>
 
        * GNUmakefile.team (update): Remove space between the `ifeq'




reply via email to

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