From: Keith Seitz Date: Fri, 24 Apr 1998 02:06:00 +0000 (+0000) Subject: * Makefile.in (install-only): Install help files. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e4a3374fe0506ee8f3fe34d2316253f74a894f1e;p=binutils-gdb.git * Makefile.in (install-only): Install help files. --- 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 ;