aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeith Seitz <keiths@cygnus>1998-04-24 02:06:00 +0000
committerKeith Seitz <keiths@cygnus>1998-04-24 02:06:00 +0000
commite4a3374fe0506ee8f3fe34d2316253f74a894f1e (patch)
tree9a5d2a87a96875d9b08e18cb0468ea198570b932
parent1121f1db65517b6db187076d68c11e9c480787fd (diff)
downloadgdb-e4a3374fe0506ee8f3fe34d2316253f74a894f1e.zip
gdb-e4a3374fe0506ee8f3fe34d2316253f74a894f1e.tar.gz
gdb-e4a3374fe0506ee8f3fe34d2316253f74a894f1e.tar.bz2
* Makefile.in (install-only): Install help files.
-rw-r--r--gdb/ChangeLog-gdbtk4
-rw-r--r--gdb/Makefile.in4
2 files changed, 7 insertions, 1 deletions
diff --git a/gdb/ChangeLog-gdbtk b/gdb/ChangeLog-gdbtk
index 0e04bf9..31443ad 100644
--- a/gdb/ChangeLog-gdbtk
+++ b/gdb/ChangeLog-gdbtk
@@ -1,3 +1,7 @@
+Thu Apr 23 19:01:05 1998 Keith Seitz <keiths@onions.cygnus.com>
+
+ * Makefile.in (install-only): Install help files.
+
Wed Apr 15 11:23:53 1998 Stan Shebs <shebs@andros.cygnus.com>
* gdbtcl: Remove directory and contents, this version of
diff --git a/gdb/Makefile.in b/gdb/Makefile.in
index fedc9a1..36975e8 100644
--- a/gdb/Makefile.in
+++ b/gdb/Makefile.in
@@ -601,8 +601,10 @@ install-only:
$(SHELL) $(srcdir)/../mkinstalldirs \
$(datadir)/gdbtcl/images \
$(datadir)/gdbtcl/images2 ; \
+ $(SHELL) $(srcdir)/../mkinstalldirs $(datadir)/gdbtcl/help \
+ $(datadir)/gdbtcl/help/images; \
cd $(srcdir)/gdbtcl2 ; \
- for i in *.tcl images/*.gif images2/*.gif tclIndex; \
+ for i in *.tcl images/*.gif images2/*.gif tclIndex help/*.html help/index.toc help/images/*.gif; \
do \
$(INSTALL_DATA) $$i $(datadir)/gdbtcl/$$i ; \
done ;