* ldint.texinfo: New internals manual (beginnings thereof).
* PORTING: Removed, merged into ldint.texinfo.
This commit is contained in:
parent
c02a37ea00
commit
4b91c519fd
@ -29,7 +29,6 @@ Things-to-keep:
|
||||
ChangeLog
|
||||
Makefile.dos
|
||||
Makefile.in
|
||||
PORTING
|
||||
README
|
||||
a29k.sc-sh
|
||||
a29k.sh
|
||||
@ -76,6 +75,7 @@ ldfile.h
|
||||
ldgram.y
|
||||
ldindr.c
|
||||
ldindr.h
|
||||
ldint.texinfo
|
||||
ldlang.c
|
||||
ldlang.h
|
||||
ldlex.h
|
||||
@ -122,7 +122,11 @@ echo Done in `pwd`.
|
||||
#
|
||||
#
|
||||
# $Log$
|
||||
# Revision 1.38 1992/08/05 04:15:24 bothner
|
||||
# Revision 1.39 1992/08/07 01:37:34 bothner
|
||||
# * ldint.texinfo: New internals manual (beginnings thereof).
|
||||
# * PORTING: Removed, merged into ldint.texinfo.
|
||||
#
|
||||
# Revision 1.38 1992/08/05 04:15:24 bothner
|
||||
# * cdtest-main.cc, cdtest-func.cc, cdtest-foo.h, cdtest-foo.cc,
|
||||
# cdtest.exp: A test program (copied from libg++/test-install)
|
||||
# that tests that constructor and destructors are handled
|
||||
|
@ -1,3 +1,8 @@
|
||||
Thu Aug 6 18:35:21 1992 Per Bothner (bothner@rtl.cygnus.com)
|
||||
|
||||
* ldint.texinfo: New internals manual (beginnings thereof).
|
||||
* PORTING: Removed, merged into ldint.texinfo.
|
||||
|
||||
Tue Aug 4 21:12:29 1992 Per Bothner (bothner@rtl.cygnus.com)
|
||||
|
||||
* cdtest-main.cc, cdtest-func.cc, cdtest-foo.h, cdtest-foo.cc,
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user