diff options
author | redman <redman> | 1999-06-30 16:21:26 (GMT) |
---|---|---|
committer | redman <redman> | 1999-06-30 16:21:26 (GMT) |
commit | 56e2b1889536e2fcb5572e6d980b63c028647080 (patch) | |
tree | c028438107ea333e33cdbfdf0a24d1b2747689b4 /unix | |
parent | 75a1ca470c7efb226ed1088cfbeae84b4a766a86 (diff) | |
download | tk-56e2b1889536e2fcb5572e6d980b63c028647080.zip tk-56e2b1889536e2fcb5572e6d980b63c028647080.tar.gz tk-56e2b1889536e2fcb5572e6d980b63c028647080.tar.bz2 |
Add prolog.ps
Diffstat (limited to 'unix')
-rw-r--r-- | unix/Makefile.in | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/unix/Makefile.in b/unix/Makefile.in index 4d8c90f..8db247a 100644 --- a/unix/Makefile.in +++ b/unix/Makefile.in @@ -5,7 +5,7 @@ # "autoconf" program (constructs like "@foo@" will get replaced in the # actual Makefile. # -# RCS: @(#) $Id: Makefile.in,v 1.21 1999/06/22 18:56:57 wart Exp $ +# RCS: @(#) $Id: Makefile.in,v 1.22 1999/06/30 16:21:26 redman Exp $ # Current Tk version; used in various names. @@ -463,7 +463,8 @@ install-libraries: echo "Installing $$i"; \ $(INSTALL_DATA) $$i $(INCLUDE_INSTALL_DIR); \ done; - for i in $(SRC_DIR)/library/*.tcl $(SRC_DIR)/library/tclIndex $(UNIX_DIR)/tkAppInit.c; \ + for i in $(SRC_DIR)/library/*.tcl $(SRC_DIR)/library/prolog.ps \ + $(SRC_DIR)/library/tclIndex $(UNIX_DIR)/tkAppInit.c; \ do \ echo "Installing $$i"; \ $(INSTALL_DATA) $$i $(SCRIPT_INSTALL_DIR); \ |