public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
* Another documentation tweak
@ 2005-05-02 22:01 Daniel Jacobowitz
  0 siblings, 0 replies; only message in thread
From: Daniel Jacobowitz @ 2005-05-02 22:01 UTC (permalink / raw)
  To: binutils

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)

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2005-05-02 22:01 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-05-02 22:01 Another documentation tweak Daniel Jacobowitz

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