* Makefile.in (install-only): Install help files.
authorKeith Seitz <keiths@cygnus>
Fri, 24 Apr 1998 02:06:00 +0000 (02:06 +0000)
committerKeith Seitz <keiths@cygnus>
Fri, 24 Apr 1998 02:06:00 +0000 (02:06 +0000)
gdb/ChangeLog-gdbtk
gdb/Makefile.in

index 0e04bf9f53bc918472cad7f38614b28a138332c9..31443ad6f1ec64cfbd1aea8c77dd529d62591704 100644 (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
index fedc9a199dede049f440859e2a6a88404ccd395e..36975e844ae6cd6f8c2175741b9122192059fa8b 100644 (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 ;