2003-01-21 Martin M. Hunt <hunt@redhat.com>
authorMartin Hunt <hunt@redhat.com>
Tue, 21 Jan 2003 21:39:31 +0000 (21:39 +0000)
committerMartin Hunt <hunt@redhat.com>
Tue, 21 Jan 2003 21:39:31 +0000 (21:39 +0000)
* Makefile.in (install-gdbtk): Install PNG images too.

gdb/ChangeLog
gdb/Makefile.in

index 33b9a09bcdba5050282a7afbae15717cf44e86c0..695add899de9f6913cc9389e9a45ce6550227d05 100644 (file)
@@ -1,3 +1,7 @@
+2003-01-21  Martin M. Hunt  <hunt@redhat.com>
+
+       * Makefile.in (install-gdbtk): Install PNG images too.
+
 2003-01-21  Andrew Cagney  <ac131313@redhat.com>
 
        * exec.c (text_start): Delete global variable.
index faa6a91fb80a95d6c05176f662611e9bda00b692..34edb60826b589d60262200d78d62b457766feea 100644 (file)
@@ -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 ;
This page took 0.03119 seconds and 4 git commands to generate.