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


From: Yavor Doganov
Subject: trans-coord/gnun/server/gnun GNUmakefile
Date: Thu, 26 Jan 2012 16:26:43 +0000

CVSROOT:        /sources/trans-coord
Module name:    trans-coord
Changes by:     Yavor Doganov <yavor>   12/01/26 16:26:43

Modified files:
        gnun/server/gnun: GNUmakefile 

Log message:
        Further fix for the previous change, thanks ineiev.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/trans-coord/gnun/server/gnun/GNUmakefile?cvsroot=trans-coord&r1=1.108&r2=1.109

Patches:
Index: GNUmakefile
===================================================================
RCS file: /sources/trans-coord/trans-coord/gnun/server/gnun/GNUmakefile,v
retrieving revision 1.108
retrieving revision 1.109
diff -u -b -r1.108 -r1.109
--- GNUmakefile 26 Jan 2012 15:30:28 -0000      1.108
+++ GNUmakefile 26 Jan 2012 16:26:43 -0000      1.109
@@ -465,8 +465,9 @@
 # (sysadmin RT #600797).  Used only in article-rules, and only if
 # ANNOUNCE=yes.
 define extract-title
-echo -n $($(GREP) --max-count=1 '<h2' $$@) | $(SED) 's/<h2.*>\(.*\)<\/h2>/\1/' 
\
-  | $(SED) 's/\&mdash;/--/g' | $(SED) 's/\&..quo;/"/g' | base64 --wrap=0
+echo -n $($(GREP) --max-count=1 '<h2' $$@) \
+  | $(SED) 's/<h2[^>]*>\(.*\)<\/h2>/\1/' | $(SED) 's/\&mdash;/--/g' \
+  | $(SED) 's/\&..quo;/"/g' | base64 --wrap=0
 endef
 
 # Construct a command sequence suitable for `mail', if the .hook-ann



reply via email to

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