From 4b91c519fd4a0d502dc6697fb31399162cf39f32 Mon Sep 17 00:00:00 2001 From: Per Bothner Date: Fri, 7 Aug 1992 01:37:39 +0000 Subject: * ldint.texinfo: New internals manual (beginnings thereof). * PORTING: Removed, merged into ldint.texinfo. --- ld/Makefile.in | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ld/Makefile.in') diff --git a/ld/Makefile.in b/ld/Makefile.in index 3d54a64..4c066b6 100644 --- a/ld/Makefile.in +++ b/ld/Makefile.in @@ -274,11 +274,18 @@ ld.dvi: $(srcdir)/ld.texinfo TEXINPUTS=${TEXIDIR}:.:$$TEXINPUTS tex $(srcdir)/ld.texinfo texindex ld.?? TEXINPUTS=${TEXIDIR}:.:$$TEXINPUTS tex $(srcdir)/ld.texinfo +ldint.dvi: $(srcdir)/ldint.texinfo + TEXINPUTS=${TEXIDIR}:.:$$TEXINPUTS tex $(srcdir)/ldint.texinfo + texindex ldint.?? + TEXINPUTS=${TEXIDIR}:.:$$TEXINPUTS tex $(srcdir)/ldint.texinfo # info file for online browsing ld.info: $(srcdir)/ld.texinfo $(MAKEINFO) -o ld.info $(srcdir)/ld.texinfo +ldint.info: $(srcdir)/ldint.texinfo + $(MAKEINFO) -o ldint.info $(srcdir)/ldint.texinfo + #separate targets for "ms", "me", and "mm" forms of roff doc # Try to use a recent texi2roff. v2 was put on prep in jan91. # If you want an index, see texi2roff doc for postprocessing -- cgit v1.1