mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-21 18:39:34 +08:00
* doc/Makefile.am (as.1): Depend on "asconfig.texi gasver.texi
$(CPU_DOCS)". * doc/Makefile.in: Regenerate.
This commit is contained in:
@ -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>
|
2003-01-01 John David Anglin <dave.anglin@nrc.ca>
|
||||||
|
|
||||||
* config/obj-elf.c (special_sections): Work around HP's incorrect usage
|
* config/obj-elf.c (special_sections): Work around HP's incorrect usage
|
||||||
|
@ -84,7 +84,7 @@ info: $(MANS)
|
|||||||
# Build the man page from the texinfo file
|
# Build the man page from the texinfo file
|
||||||
# The sed command removes the no-adjust Nroff command so that
|
# The sed command removes the no-adjust Nroff command so that
|
||||||
# the man output looks standard.
|
# the man output looks standard.
|
||||||
as.1: $(srcdir)/as.texinfo
|
as.1: $(srcdir)/as.texinfo asconfig.texi gasver.texi $(CPU_DOCS)
|
||||||
touch $@
|
touch $@
|
||||||
-$(TEXI2POD) $(MANCONF) < $(srcdir)/as.texinfo > as.pod
|
-$(TEXI2POD) $(MANCONF) < $(srcdir)/as.texinfo > as.pod
|
||||||
-($(POD2MAN) as.pod | \
|
-($(POD2MAN) as.pod | \
|
||||||
|
@ -471,7 +471,7 @@ info: $(MANS)
|
|||||||
# Build the man page from the texinfo file
|
# Build the man page from the texinfo file
|
||||||
# The sed command removes the no-adjust Nroff command so that
|
# The sed command removes the no-adjust Nroff command so that
|
||||||
# the man output looks standard.
|
# the man output looks standard.
|
||||||
as.1: $(srcdir)/as.texinfo
|
as.1: $(srcdir)/as.texinfo asconfig.texi gasver.texi $(CPU_DOCS)
|
||||||
touch $@
|
touch $@
|
||||||
-$(TEXI2POD) $(MANCONF) < $(srcdir)/as.texinfo > as.pod
|
-$(TEXI2POD) $(MANCONF) < $(srcdir)/as.texinfo > as.pod
|
||||||
-($(POD2MAN) as.pod | \
|
-($(POD2MAN) as.pod | \
|
||||||
|
Reference in New Issue
Block a user