aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ld/.Sanitize8
-rw-r--r--ld/ChangeLog5
-rw-r--r--ld/Makefile.in7
3 files changed, 18 insertions, 2 deletions
diff --git a/ld/.Sanitize b/ld/.Sanitize
index a874fc0..8473275 100644
--- a/ld/.Sanitize
+++ b/ld/.Sanitize
@@ -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
diff --git a/ld/ChangeLog b/ld/ChangeLog
index 10ce196..a2aa1b3 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -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,
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