This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

gas man page tweak


Gas had the same problem Manfred found in ld.  Committed.

-- 
Daniel Jacobowitz
MontaVista Software                         Debian GNU/Linux Developer

Index: gas/ChangeLog
===================================================================
RCS file: /cvs/src/src/gas/ChangeLog,v
retrieving revision 1.1412.2.33
diff -u -p -r1.1412.2.33 ChangeLog
--- gas/ChangeLog	20 Dec 2002 20:12:09 -0000	1.1412.2.33
+++ gas/ChangeLog	2 Jan 2003 01:16:58 -0000
@@ -1,3 +1,9 @@
+2003-01-01  Daniel Jacobowitz  <drow@mvista.com>
+
+	* doc/Makefile.am (as.1): Depend on "asconfig.texi gasver.texi
+	$(CPU_DOCS)".
+	* doc/Makefile.in: Regenerate.
+
 2002-12-19  Alan Modra  <amodra@bigpond.net.au>
 
 	* doc/as.texinfo (Invoking): Typo fix.
Index: gas/doc/Makefile.am
===================================================================
RCS file: /cvs/src/src/gas/doc/Makefile.am,v
retrieving revision 1.20
diff -u -p -r1.20 Makefile.am
--- gas/doc/Makefile.am	21 Feb 2002 16:51:00 -0000	1.20
+++ gas/doc/Makefile.am	2 Jan 2003 01:16:58 -0000
@@ -84,7 +84,7 @@ info: $(MANS)
 # Build the man page from the texinfo file
 # The sed command removes the no-adjust Nroff command so that
 # the man output looks standard.
-as.1: $(srcdir)/as.texinfo
+as.1: $(srcdir)/as.texinfo asconfig.texi gasver.texi $(CPU_DOCS)
 	touch $@
 	-$(TEXI2POD) $(MANCONF) < $(srcdir)/as.texinfo > as.pod
 	-($(POD2MAN) as.pod | \
Index: gas/doc/Makefile.in
===================================================================
RCS file: /cvs/src/src/gas/doc/Makefile.in,v
retrieving revision 1.40
diff -u -p -r1.40 Makefile.in
--- gas/doc/Makefile.in	28 May 2002 14:07:59 -0000	1.40
+++ gas/doc/Makefile.in	2 Jan 2003 01:16:58 -0000
@@ -470,7 +470,7 @@ info: $(MANS)
 # Build the man page from the texinfo file
 # The sed command removes the no-adjust Nroff command so that
 # the man output looks standard.
-as.1: $(srcdir)/as.texinfo
+as.1: $(srcdir)/as.texinfo asconfig.texi gasver.texi $(CPU_DOCS)
 	touch $@
 	-$(TEXI2POD) $(MANCONF) < $(srcdir)/as.texinfo > as.pod
 	-($(POD2MAN) as.pod | \


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]