diff options
author | redman <redman> | 1999-06-30 22:35:57 (GMT) |
---|---|---|
committer | redman <redman> | 1999-06-30 22:35:57 (GMT) |
commit | dc805df6643379e019ae55d9932aea6a3d58c05c (patch) | |
tree | 344ca10ddec8c1322d8f64b68cada1c79c18dc67 | |
parent | 56e2b1889536e2fcb5572e6d980b63c028647080 (diff) | |
download | tk-dc805df6643379e019ae55d9932aea6a3d58c05c.zip tk-dc805df6643379e019ae55d9932aea6a3d58c05c.tar.gz tk-dc805df6643379e019ae55d9932aea6a3d58c05c.tar.bz2 |
Add prolog.ps to windows install-libraries
-rw-r--r-- | win/Makefile.in | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/win/Makefile.in b/win/Makefile.in index 96fdcf0..8a3233c 100644 --- a/win/Makefile.in +++ b/win/Makefile.in @@ -4,7 +4,7 @@ # "autoconf" program (constructs like "@foo@" will get replaced in the # actual Makefile. # -# RCS: @(#) $Id: Makefile.in,v 1.5 1999/06/29 21:30:51 redman Exp $ +# RCS: @(#) $Id: Makefile.in,v 1.6 1999/06/30 22:35:57 redman Exp $ TCLVERSION = @TCL_VERSION@ VERSION = @TK_VERSION@ @@ -378,7 +378,8 @@ install-libraries: echo "Installing $$i"; \ $(INSTALL_DATA) $$i $(INCLUDE_INSTALL_DIR); \ done; - @for i in $(ROOT_DIR)/library/*.tcl $(ROOT_DIR)/library/tclIndex $(UNIX_DIR)/tkAppInit.c; \ + @for i in $(ROOT_DIR)/library/*.tcl $(ROOT_DIR)/library/prolog.ps \ + $(ROOT_DIR)/library/tclIndex $(UNIX_DIR)/tkAppInit.c; \ do \ echo "Installing $$i"; \ $(INSTALL_DATA) $$i $(SCRIPT_INSTALL_DIR); \ |