bfd.texinfo
use fsf-texi.tex rather than texinfo Makefile.in various bugfixes
This commit is contained in:
parent
b8d69097ee
commit
fd8c21f9a1
2 changed files with 5 additions and 3 deletions
|
@ -141,7 +141,8 @@ libbfd.h: $(srcdir)/../libbfd-in.h \
|
|||
$(MKDOC) -i < $(srcdir)/../archures.c >>libbfd.h
|
||||
|
||||
libcoff.h: $(srcdir)/../libcoff-in.h \
|
||||
$(srcdir)/../coffcode.h
|
||||
$(srcdir)/../coffcode.h \
|
||||
$(srcdir)/chew
|
||||
cat $(srcdir)/../libcoff-in.h >libcoff.h
|
||||
$(MKDOC) -i < $(srcdir)/../coffcode.h >>libcoff.h
|
||||
|
||||
|
@ -156,7 +157,8 @@ bfd.h: $(srcdir)/../bfd-in.h \
|
|||
$(srcdir)/../archive.c \
|
||||
$(srcdir)/../core.c \
|
||||
$(srcdir)/../targets.c \
|
||||
$(srcdir)/../format.c
|
||||
$(srcdir)/../format.c \
|
||||
$(srcdir)/chew
|
||||
cat $(srcdir)/../bfd-in.h >bfd.h
|
||||
$(MKDOC) -g<$(srcdir)/../init.c >>bfd.h
|
||||
$(MKDOC) -g<$(srcdir)/../opncls.c >>bfd.h
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
\input texinfo
|
||||
\input fsf-texi.tex
|
||||
@setfilename bfd.info
|
||||
@c $Id$
|
||||
@synindex fn cp
|
||||
|
|
Loading…
Reference in a new issue