aboutsummaryrefslogtreecommitdiff
path: root/gas
diff options
context:
space:
mode:
authorDaniel Jacobowitz <drow@false.org>2003-01-02 01:20:26 +0000
committerDaniel Jacobowitz <drow@false.org>2003-01-02 01:20:26 +0000
commit55ac548dfbc3a914db2b07b958523573f34690a1 (patch)
treeb2fd3459c96625413490c199d154bdd0e90fc91b /gas
parent8bb2c1226be491a1b954948bed045f13b0583455 (diff)
downloadfsf-binutils-gdb-55ac548dfbc3a914db2b07b958523573f34690a1.zip
fsf-binutils-gdb-55ac548dfbc3a914db2b07b958523573f34690a1.tar.gz
fsf-binutils-gdb-55ac548dfbc3a914db2b07b958523573f34690a1.tar.bz2
* doc/Makefile.am (as.1): Depend on "asconfig.texi gasver.texi
$(CPU_DOCS)". * doc/Makefile.in: Regenerate.
Diffstat (limited to 'gas')
-rw-r--r--gas/ChangeLog6
-rw-r--r--gas/doc/Makefile.am2
-rw-r--r--gas/doc/Makefile.in2
3 files changed, 8 insertions, 2 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index 346696b..8be8c17 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -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
diff --git a/gas/doc/Makefile.am b/gas/doc/Makefile.am
index 2ff312f..5dbab7a 100644
--- a/gas/doc/Makefile.am
+++ b/gas/doc/Makefile.am
@@ -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 | \
diff --git a/gas/doc/Makefile.in b/gas/doc/Makefile.in
index 55eb4b1..576c5e6 100644
--- a/gas/doc/Makefile.in
+++ b/gas/doc/Makefile.in
@@ -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 | \