diff options
Diffstat (limited to 'ld/Makefile.am')
-rw-r--r-- | ld/Makefile.am | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ld/Makefile.am b/ld/Makefile.am index 9b8d19844c1..5cf46bac6dc 100644 --- a/ld/Makefile.am +++ b/ld/Makefile.am @@ -91,6 +91,7 @@ CXX_FOR_TARGET = ` \ noinst_PROGRAMS = ld-new info_TEXINFOS = ld.texinfo +ld_TEXINFOS = configdoc.texi ldver.texi noinst_TEXINFOS = ldint.texinfo man_MANS = ld.1 @@ -1760,8 +1761,6 @@ ldver.texi: $(srcdir)/../bfd/configure eval `grep '^ *VERSION=' $(srcdir)/../bfd/configure`; \ echo "@set VERSION $$VERSION" > $@ -ld.info ld.dvi ld.html: $(srcdir)/ld.texinfo configdoc.texi ldver.texi - # Build the man page from the texinfo file # The sed command removes the no-adjust Nroff command so that # the man output looks standard. |