* doc/Makefile.am (as.1): Depend on "asconfig.texi gasver.texi
authorDaniel Jacobowitz <drow@false.org>
Thu, 2 Jan 2003 01:20:26 +0000 (01:20 +0000)
committerDaniel Jacobowitz <drow@false.org>
Thu, 2 Jan 2003 01:20:26 +0000 (01:20 +0000)
$(CPU_DOCS)".
* doc/Makefile.in: Regenerate.

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

index 346696b29ccba190915432e33457c78d3b33f226..8be8c172b3ee6d080d25476a4dab2d3e1eb951b3 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.
+
 2003-01-01  John David Anglin  <dave.anglin@nrc.ca>
 
         * config/obj-elf.c (special_sections): Work around HP's incorrect usage
index 2ff312ffb6f22784ab6a01090e2baeb2cb514696..5dbab7af383c65b9e0a3a2307d1cf760bc690226 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 55eb4b1a1452dcbedbd89648760c66f6481c990d..576c5e60e4a277c0367672f2330cb443fedae534 100644 (file)
@@ -471,7 +471,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 | \
This page took 0.032651 seconds and 4 git commands to generate.