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

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

trans-coord/gnun/prep/gnun ChangeLog GNUmakefil...


From: Yavor Doganov
Subject: trans-coord/gnun/prep/gnun ChangeLog GNUmakefil...
Date: Fri, 08 Feb 2008 17:59:17 +0000

CVSROOT:        /sources/trans-coord
Module name:    trans-coord
Changes by:     Yavor Doganov <yavor>   08/02/08 17:59:17

Modified files:
        gnun/prep/gnun : ChangeLog GNUmakefile TODO 

Log message:
        * GNUmakefile (generate-pot): Indent and use a workaround for
        Emacs font lock issue.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/trans-coord/gnun/prep/gnun/ChangeLog?cvsroot=trans-coord&r1=1.38&r2=1.39
http://cvs.savannah.gnu.org/viewcvs/trans-coord/gnun/prep/gnun/GNUmakefile?cvsroot=trans-coord&r1=1.35&r2=1.36
http://cvs.savannah.gnu.org/viewcvs/trans-coord/gnun/prep/gnun/TODO?cvsroot=trans-coord&r1=1.10&r2=1.11

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/trans-coord/trans-coord/gnun/prep/gnun/ChangeLog,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -b -r1.38 -r1.39
--- ChangeLog   8 Feb 2008 17:32:27 -0000       1.38
+++ ChangeLog   8 Feb 2008 17:59:17 -0000       1.39
@@ -1,3 +1,8 @@
+2008-02-08  Yavor Doganov  <address@hidden>
+
+       * GNUmakefile (generate-pot): Indent and use a workaround for
+       Emacs font lock issue.
+
 2008-02-08  Kaloian Doganov  <address@hidden>
 
        * validate-html: Enrich xmllint's error messages with additional

Index: GNUmakefile
===================================================================
RCS file: /sources/trans-coord/trans-coord/gnun/prep/gnun/GNUmakefile,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -b -r1.35 -r1.36
--- GNUmakefile 8 Feb 2008 15:17:26 -0000       1.35
+++ GNUmakefile 8 Feb 2008 17:59:17 -0000       1.36
@@ -106,8 +106,12 @@
 # POT-Creation-Date), in which case the changes are ignored.
 define generate-pot
 @echo Generating POT...
-$(PO4A-GETTEXTIZE) $(PO4A_XHTMLFLAGS) $(PO4A-GETTEXTIZEFLAGS) --master $< --po 
address@hidden
-if ([ ! -f $@ ] || [ "`diff -U 0 $@ address@hidden | grep -v 
"^\(---\|+++\|@@\)" | grep -v '^[-+]"POT-Creation-Date:' | wc -c`" -ne 0 ]); 
then mv address@hidden $@ ; fi;
+$(PO4A-GETTEXTIZE) $(PO4A_XHTMLFLAGS) $(PO4A-GETTEXTIZEFLAGS) \
+  --master $< --po address@hidden
+if ([ ! -f $@ ] || [ "`diff -U 0 $@ address@hidden | grep -v 
"^\(---\|+++\|@@\)" \
+     | grep -v '^[-+]\"POT-Creation-Date:' | wc -c`" -ne 0 ]); then \
+  mv address@hidden $@ ; \
+fi;
 touch $@
 $(RM) address@hidden
 endef

Index: TODO
===================================================================
RCS file: /sources/trans-coord/trans-coord/gnun/prep/gnun/TODO,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -b -r1.10 -r1.11
--- TODO        5 Feb 2008 16:28:19 -0000       1.10
+++ TODO        8 Feb 2008 17:59:17 -0000       1.11
@@ -108,10 +108,3 @@
    copying the file to a temporary file, running the command, etc.)
    and consider the target up-to-date if that's the case.  There might
    be an easier way, though.
-
-** Code display issues in Emacs.
-   For the time being `generic_pot' is written in a way that displays
-   unpleasantly in Emacs.  Over the years, several methods/workarounds
-   were being applied by the GNU M4/Autoconf developers.  If there's
-   nothing left to fix, it would be nice to get it working; otherwise
-   it is probably a goal not worth pursuing.




reply via email to

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