mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-25 21:19:54 +00:00
* Makefile.in (install-only): Install help files.
This commit is contained in:
parent
1121f1db65
commit
e4a3374fe0
@ -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
|
||||
|
@ -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 ;
|
||||
|
Loading…
Reference in New Issue
Block a user