diff options
author | Martin Hunt <hunt@redhat.com> | 2003-01-21 21:39:31 +0000 |
---|---|---|
committer | Martin Hunt <hunt@redhat.com> | 2003-01-21 21:39:31 +0000 |
commit | df21e46583a968cea550d516a31d4a76c9acd39e (patch) | |
tree | 7c2dd7eba61e2defd9fad6c422edfb22a67a3533 /gdb/Makefile.in | |
parent | 73c1f219a3acce0f4763fa968de7e74525b4313d (diff) | |
download | gdb-df21e46583a968cea550d516a31d4a76c9acd39e.zip gdb-df21e46583a968cea550d516a31d4a76c9acd39e.tar.gz gdb-df21e46583a968cea550d516a31d4a76c9acd39e.tar.bz2 |
2003-01-21 Martin M. Hunt <hunt@redhat.com>
* Makefile.in (install-gdbtk): Install PNG images too.
Diffstat (limited to 'gdb/Makefile.in')
-rw-r--r-- | gdb/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in index faa6a91..34edb60 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -2389,7 +2389,7 @@ install-gdbtk: $(DESTDIR)$(GDBTK_LIBRARY)/help/images \ $(DESTDIR)$(GDBTK_LIBRARY)/help/trace ; \ cd $(srcdir)/gdbtk/library ; \ - for i in *.tcl *.itcl *.ith *.itb images/*.gif images2/*.gif images/icons.txt images2/icons.txt tclIndex help/*.html help/trace/*.html help/trace/index.toc help/images/*.gif; \ + for i in *.tcl *.itcl *.ith *.itb images/*.gif images2/*.gif images/icons.txt images2/icons.txt tclIndex help/*.html help/trace/*.html help/trace/index.toc help/images/*.gif help/images/*.png; \ do \ $(INSTALL_DATA) $$i $(DESTDIR)$(GDBTK_LIBRARY)/$$i ; \ done ; |