bfd: rename core.texi to corefile.texi
This is a generated file name from a correspondingly named C file. Rename it to avoid unique build rules since there's no difference to the generated manual.
This commit is contained in:
parent
3dd8e5b615
commit
cb803d3749
2
bfd/.gitignore
vendored
2
bfd/.gitignore
vendored
@ -24,7 +24,7 @@
|
||||
/doc/cache.texi
|
||||
/doc/chew
|
||||
/doc/coffcode.texi
|
||||
/doc/core.texi
|
||||
/doc/corefile.texi
|
||||
/doc/elf.texi
|
||||
/doc/elfcode.texi
|
||||
/doc/format.texi
|
||||
|
@ -21,7 +21,7 @@ AUTOMAKE_OPTIONS = info-in-builddir no-texinfo.tex foreign
|
||||
|
||||
DOCFILES = aoutx.texi archive.texi archures.texi \
|
||||
bfdt.texi cache.texi coffcode.texi \
|
||||
core.texi elf.texi elfcode.texi format.texi \
|
||||
corefile.texi elf.texi elfcode.texi format.texi \
|
||||
libbfd.texi bfdwin.texi bfdio.texi \
|
||||
opncls.texi reloc.texi section.texi \
|
||||
syms.texi targets.texi init.texi hash.texi linker.texi \
|
||||
@ -111,9 +111,6 @@ bfd.texi bfd.stamp: ; $(AM_V_at)touch $@
|
||||
bfdt.stamp: $(srcdir)/../bfd.c $(srcdir)/doc.str $(MKDOC)
|
||||
$(AM_V_GEN)$(REGEN_TEXI)
|
||||
|
||||
core.stamp: $(srcdir)/../corefile.c $(srcdir)/doc.str $(MKDOC)
|
||||
$(AM_V_GEN)$(REGEN_TEXI)
|
||||
|
||||
bfdver.texi: $(srcdir)/Makefile.in
|
||||
@echo "creating $@"; \
|
||||
echo "@set VERSION $(VERSION)" > bfdver.texi; \
|
||||
|
@ -399,7 +399,7 @@ zlibinc = @zlibinc@
|
||||
AUTOMAKE_OPTIONS = info-in-builddir no-texinfo.tex foreign
|
||||
DOCFILES = aoutx.texi archive.texi archures.texi \
|
||||
bfdt.texi cache.texi coffcode.texi \
|
||||
core.texi elf.texi elfcode.texi format.texi \
|
||||
corefile.texi elf.texi elfcode.texi format.texi \
|
||||
libbfd.texi bfdwin.texi bfdio.texi \
|
||||
opncls.texi reloc.texi section.texi \
|
||||
syms.texi targets.texi init.texi hash.texi linker.texi \
|
||||
@ -921,9 +921,6 @@ bfd.texi bfd.stamp: ; $(AM_V_at)touch $@
|
||||
bfdt.stamp: $(srcdir)/../bfd.c $(srcdir)/doc.str $(MKDOC)
|
||||
$(AM_V_GEN)$(REGEN_TEXI)
|
||||
|
||||
core.stamp: $(srcdir)/../corefile.c $(srcdir)/doc.str $(MKDOC)
|
||||
$(AM_V_GEN)$(REGEN_TEXI)
|
||||
|
||||
bfdver.texi: $(srcdir)/Makefile.in
|
||||
@echo "creating $@"; \
|
||||
echo "@set VERSION $(VERSION)" > bfdver.texi; \
|
||||
|
@ -261,7 +261,7 @@ structures.
|
||||
@include reloc.texi
|
||||
|
||||
@node Core Files, Targets, Relocations, BFD front end
|
||||
@include core.texi
|
||||
@include corefile.texi
|
||||
|
||||
@node Targets, Architectures, Core Files, BFD front end
|
||||
@include targets.texi
|
||||
|
Loading…
x
Reference in New Issue
Block a user