diff options
author | Keith Seitz <keiths@cygnus> | 1998-04-24 02:06:00 +0000 |
---|---|---|
committer | Keith Seitz <keiths@cygnus> | 1998-04-24 02:06:00 +0000 |
commit | e4a3374fe0506ee8f3fe34d2316253f74a894f1e (patch) | |
tree | 9a5d2a87a96875d9b08e18cb0468ea198570b932 /gdb/Makefile.in | |
parent | 1121f1db65517b6db187076d68c11e9c480787fd (diff) | |
download | gdb-e4a3374fe0506ee8f3fe34d2316253f74a894f1e.zip gdb-e4a3374fe0506ee8f3fe34d2316253f74a894f1e.tar.gz gdb-e4a3374fe0506ee8f3fe34d2316253f74a894f1e.tar.bz2 |
* Makefile.in (install-only): Install help files.
Diffstat (limited to 'gdb/Makefile.in')
-rw-r--r-- | gdb/Makefile.in | 4 |
1 files changed, 3 insertions, 1 deletions
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 ; |