From 980c112ced3ec0ed5f2c546efe8194490a090ade Mon Sep 17 00:00:00 2001 From: Daniel Jacobowitz Date: Thu, 2 Jan 2003 00:47:44 +0000 Subject: Suggested by Manfred Hollstein : * Makefile.am (ld.1): Depend on configdoc.texi and ldver.texi. * Makefile.in: Regenerated. --- ld/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ld/Makefile.am') diff --git a/ld/Makefile.am b/ld/Makefile.am index 15bb1a2..1f229ba 100644 --- a/ld/Makefile.am +++ b/ld/Makefile.am @@ -1437,7 +1437,7 @@ ld.dvi: $(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. -ld.1: $(srcdir)/ld.texinfo +ld.1: $(srcdir)/ld.texinfo configdoc.texi ldver.texi touch $@ -$(TEXI2POD) $(MANCONF) < $(srcdir)/ld.texinfo > ld.pod -($(POD2MAN) ld.pod | \ -- cgit v1.1