public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
From: Daniel Jacobowitz <drow@false.org>
To: binutils@sources.redhat.com
Subject: Another documentation tweak
Date: Mon, 02 May 2005 22:01:00 -0000	[thread overview]
Message-ID: <20050502220129.GA24465@nevyn.them.org> (raw)

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  <dan@codesourcery.com>

	* 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)

                 reply	other threads:[~2005-05-02 22:01 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20050502220129.GA24465@nevyn.them.org \
    --to=drow@false.org \
    --cc=binutils@sources.redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).