* Makefile.in (install-only): Install help files.

This commit is contained in:
Keith Seitz 1998-04-24 02:06:00 +00:00
parent 1121f1db65
commit e4a3374fe0
2 changed files with 7 additions and 1 deletions

View File

@ -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

View File

@ -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 ;