Another documentation tweak

Daniel Jacobowitz drow@false.org
Mon May 2 22:01:00 GMT 2005


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)



More information about the Binutils mailing list