diff options
author | Per Bothner <per@bothner.com> | 1992-08-07 01:37:39 +0000 |
---|---|---|
committer | Per Bothner <per@bothner.com> | 1992-08-07 01:37:39 +0000 |
commit | 4b91c519fd4a0d502dc6697fb31399162cf39f32 (patch) | |
tree | 84640a6922a70330a60283f94d8387ea6d710d19 /ld/Makefile.in | |
parent | c02a37ea00b3282473264d79a8255c0334b0ac68 (diff) | |
download | gdb-4b91c519fd4a0d502dc6697fb31399162cf39f32.zip gdb-4b91c519fd4a0d502dc6697fb31399162cf39f32.tar.gz gdb-4b91c519fd4a0d502dc6697fb31399162cf39f32.tar.bz2 |
* ldint.texinfo: New internals manual (beginnings thereof).
* PORTING: Removed, merged into ldint.texinfo.
Diffstat (limited to 'ld/Makefile.in')
-rw-r--r-- | ld/Makefile.in | 7 |
1 files changed, 7 insertions, 0 deletions
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 |