]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
* doc/Makefile.am (as.1): Depend on "asconfig.texi gasver.texi
authorDaniel Jacobowitz <drow@false.org>
Thu, 2 Jan 2003 01:20:47 +0000 (01:20 +0000)
committerDaniel Jacobowitz <drow@false.org>
Thu, 2 Jan 2003 01:20:47 +0000 (01:20 +0000)
$(CPU_DOCS)".
* doc/Makefile.in: Regenerate.

gas/ChangeLog
gas/doc/Makefile.am
gas/doc/Makefile.in

index 181fd99a76b55b116453f2a75c563bc77697e739..571b0fd6b91b014403d318b31196ce5649fe93e0 100644 (file)
@@ -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 cfb8f891c5b9cf1f56b3c207dfcdbf263ef59859..65b4411230a050d68f7e1631ee9bcd3cbe20d761 100644 (file)
@@ -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 25daeaf19f850202def808e13e6d88a30d3bf9c0..bd24bee17115b46d736c010b3b66e74a4a76a2e6 100644 (file)
@@ -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 | \