From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/60049 Path: news.gmane.org!not-for-mail From: Reiner Steib Newsgroups: gmane.emacs.gnus.general Subject: Re: cvs keyword hacking in texi/Makefile.in Date: Thu, 24 Mar 2005 14:33:17 +0100 Organization: Dept. of Theoretical Physics, University of Ulm Message-ID: References: Reply-To: Reiner Steib NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1111671596 9713 80.91.229.2 (24 Mar 2005 13:39:56 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 24 Mar 2005 13:39:56 +0000 (UTC) Cc: Frank Schmitt Original-X-From: ding-owner+M8590@lists.math.uh.edu Thu Mar 24 14:39:56 2005 Original-Received: from malifon.math.uh.edu ([129.7.128.13] ident=mail) by ciao.gmane.org with esmtp (Exim 4.43) id 1DESXJ-0008BE-Iz for ding-account@gmane.org; Thu, 24 Mar 2005 14:38:09 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu ident=lists) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 1DESTU-0004wm-00; Thu, 24 Mar 2005 07:34:12 -0600 Original-Received: from util2.math.uh.edu ([129.7.128.23]) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1DESTM-0004wg-00 for ding@lists.math.uh.edu; Thu, 24 Mar 2005 07:34:04 -0600 Original-Received: from quimby.gnus.org ([80.91.224.244]) by util2.math.uh.edu with esmtp (Exim 4.30) id 1DESTL-0004xp-Io for ding@lists.math.uh.edu; Thu, 24 Mar 2005 07:34:03 -0600 Original-Received: from main.gmane.org ([80.91.229.2] helo=ciao.gmane.org) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1DESTK-0005wE-00 for ; Thu, 24 Mar 2005 14:34:02 +0100 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1DEST8-0007bJ-94 for ding@gnus.org; Thu, 24 Mar 2005 14:33:50 +0100 Original-Received: from bridgekeeper.physik.uni-ulm.de ([134.60.10.123]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 24 Mar 2005 14:33:50 +0100 Original-Received: from Reiner.Steib by bridgekeeper.physik.uni-ulm.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 24 Mar 2005 14:33:50 +0100 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: ding@gnus.org Original-To: ding@gnus.org Original-Lines: 28 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: bridgekeeper.physik.uni-ulm.de X-Face: mtjf/D:es1T0wHO:&CJ'ZXe"l;3C--rw\z!{`eFwL){|]RpI+4{u25L=5C /0>KuGeTsk<~<&NE-AKV1560e!+RJeyWmSskkrJm?[vUV#66{T_m|Ae<||Ku#Mk5`y&O`n~z2;n8eP J5#2h@2eQgV@E70IY_0WlEx!"&giy{+\%h1LJox$zv@/l%ZmU4^tZA>xQpnkUBVC5.jpg#0'(+2?Rs )NAr:>3<=WxHE$ktbLysDIM5TbmHu*3 # FIXME: This should be done in xml2texi.scm or gnus-faq.xml should be > # changed: > sed '/\$$Id: Makefile.in,v 7.12 2005/03/24 09:14:37 miles Exp $$/d' < $@.tmp > $@ > > Besides the more general question of whether CVS keywords should be > used at all, this probably doesn't do what someone thought it does > -- it replaces the expansion of $Id$ for `Makefile.in' in the text > of `gnus-faq.xml'?!? That's surely a nop...? Oops, it was supposed to remove the gnus-faq.xml-Id when creating gnus-faq.texi. Of course it worked fine, until I committed it. :-/ Unless Frank or Karl come up with a better idea (see the Makefile comment above), I will probably the CVS keyword from gnus-faq.xml. A different approach would be to do the following in Makefile.in... | sed '/[$$]Id:.*[$$]/d' < $@.tmp > $@ ... which will give... | sed '/[$]Id:.*[$]/d' < gnus-faq.texi.tmp > gnus-faq.texi ... on the shell. Bye, Reiner. -- ,,, (o o) ---ooO-(_)-Ooo--- | PGP key available | http://rsteib.home.pages.de/