From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29277 invoked by alias); 2 May 2005 22:01:38 -0000 Mailing-List: contact binutils-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: binutils-owner@sources.redhat.com Received: (qmail 29165 invoked from network); 2 May 2005 22:01:30 -0000 Received: from unknown (HELO nevyn.them.org) (66.93.172.17) by sourceware.org with SMTP; 2 May 2005 22:01:30 -0000 Received: from drow by nevyn.them.org with local (Exim 4.50 #1 (Debian)) id 1DSiyo-0006N7-1q for ; Mon, 02 May 2005 18:01:30 -0400 Date: Mon, 02 May 2005 22:01:00 -0000 From: Daniel Jacobowitz To: binutils@sources.redhat.com Subject: Another documentation tweak Message-ID: <20050502220129.GA24465@nevyn.them.org> Mail-Followup-To: binutils@sources.redhat.com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.8i X-SW-Source: 2005-05/txt/msg00043.txt.bz2 My last patch wasn't quite right. This turned up while inspecting release diffs. Committed, HEAD and branch. -- Daniel Jacobowitz CodeSourcery, LLC 2005-05-02 Daniel Jacobowitz * doc/Makefile.am (gasver.texi): Correct quoting. * doc/Makefile.in: Regenerated. Index: gas/doc/Makefile.am =================================================================== RCS file: /cvs/src/src/gas/doc/Makefile.am,v retrieving revision 1.29.2.2 diff -u -p -r1.29.2.2 Makefile.am --- gas/doc/Makefile.am 29 Apr 2005 14:02:19 -0000 1.29.2.2 +++ gas/doc/Makefile.am 2 May 2005 20:34:26 -0000 @@ -60,7 +60,7 @@ CPU_DOCS = \ gasver.texi: $(srcdir)/../../bfd/configure rm -f $@ - eval `grep '^ *VERSION=' $<`; echo '@set VERSION $$VERSION' > $@ + eval `grep '^ *VERSION=' $<`; echo "@set VERSION $$VERSION" > $@ $(srcdir)/as.info: $(srcdir)/as.texinfo asconfig.texi gasver.texi $(CPU_DOCS) as.dvi: $(srcdir)/as.texinfo asconfig.texi gasver.texi $(CPU_DOCS) Index: gas/doc/Makefile.in =================================================================== RCS file: /cvs/src/src/gas/doc/Makefile.in,v retrieving revision 1.60.2.2 diff -u -p -r1.60.2.2 Makefile.in --- gas/doc/Makefile.in 29 Apr 2005 14:02:19 -0000 1.60.2.2 +++ gas/doc/Makefile.in 2 May 2005 20:34:26 -0000 @@ -581,7 +581,7 @@ asconfig.texi: $(CONFIG).texi gasver.texi: $(srcdir)/../../bfd/configure rm -f $@ - eval `grep '^ *VERSION=' $<`; echo '@set VERSION $$VERSION' > $@ + eval `grep '^ *VERSION=' $<`; echo "@set VERSION $$VERSION" > $@ $(srcdir)/as.info: $(srcdir)/as.texinfo asconfig.texi gasver.texi $(CPU_DOCS) as.dvi: $(srcdir)/as.texinfo asconfig.texi gasver.texi $(CPU_DOCS)