From ecfcbee094042e5f400c03436ea21244ffad03a4 Mon Sep 17 00:00:00 2001 From: Daniel Jacobowitz Date: Thu, 2 Jan 2003 01:20:26 +0000 Subject: [PATCH] * doc/Makefile.am (as.1): Depend on "asconfig.texi gasver.texi $(CPU_DOCS)". * doc/Makefile.in: Regenerate. --- gas/ChangeLog | 6 ++++++ gas/doc/Makefile.am | 2 +- gas/doc/Makefile.in | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/gas/ChangeLog b/gas/ChangeLog index 346696b29..8be8c172b 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,9 @@ +2003-01-01 Daniel Jacobowitz + + * doc/Makefile.am (as.1): Depend on "asconfig.texi gasver.texi + $(CPU_DOCS)". + * doc/Makefile.in: Regenerate. + 2003-01-01 John David Anglin * 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 2ff312ffb..5dbab7af3 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 55eb4b1a1..576c5e60e 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 | \ -- 2.11.4.GIT