From 4b91c519fd4a0d502dc6697fb31399162cf39f32 Mon Sep 17 00:00:00 2001
From: Per Bothner <per@bothner.com>
Date: Fri, 7 Aug 1992 01:37:39 +0000
Subject: [PATCH] 	* ldint.texinfo:  New internals manual (beginnings
 thereof). 	* PORTING:  Removed, merged into ldint.texinfo.

---
 ld/.Sanitize   | 8 ++++++--
 ld/ChangeLog   | 5 +++++
 ld/Makefile.in | 7 +++++++
 3 files changed, 18 insertions(+), 2 deletions(-)

diff --git a/ld/.Sanitize b/ld/.Sanitize
index a874fc045e..8473275a04 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 10ce19645f..a2aa1b3bc4 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 3d54a64130..4c066b6286 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 
-- 
2.42.0