From e4a3374fe0506ee8f3fe34d2316253f74a894f1e Mon Sep 17 00:00:00 2001 From: Keith Seitz Date: Fri, 24 Apr 1998 02:06:00 +0000 Subject: [PATCH] * Makefile.in (install-only): Install help files. --- gdb/ChangeLog-gdbtk | 4 ++++ gdb/Makefile.in | 4 +++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/gdb/ChangeLog-gdbtk b/gdb/ChangeLog-gdbtk index 0e04bf9f53b..31443ad6f1e 100644 --- a/gdb/ChangeLog-gdbtk +++ b/gdb/ChangeLog-gdbtk @@ -1,3 +1,7 @@ +Thu Apr 23 19:01:05 1998 Keith Seitz + + * Makefile.in (install-only): Install help files. + Wed Apr 15 11:23:53 1998 Stan Shebs * gdbtcl: Remove directory and contents, this version of diff --git a/gdb/Makefile.in b/gdb/Makefile.in index fedc9a199de..36975e844ae 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 ; -- 2.30.2