diff options
author | redman <redman@noemail.net> | 1999-06-30 16:21:26 (GMT) |
---|---|---|
committer | redman <redman@noemail.net> | 1999-06-30 16:21:26 (GMT) |
commit | 6c790629c9e8b61202183435e57dcd093fc24a6c (patch) | |
tree | c028438107ea333e33cdbfdf0a24d1b2747689b4 /unix | |
parent | 0a8cd9d5120de7f4905006b70330e72df8aa4648 (diff) | |
download | tk-6c790629c9e8b61202183435e57dcd093fc24a6c.zip tk-6c790629c9e8b61202183435e57dcd093fc24a6c.tar.gz tk-6c790629c9e8b61202183435e57dcd093fc24a6c.tar.bz2 |
Add prolog.ps
FossilOrigin-Name: 44ac0637cd936d82323d619385652ff9c5eb387a
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); \ |