1998-09-28 06:10:58 -04:00
|
|
|
*** Makefile.orig Mon Jan 23 12:01:28 1995
|
|
|
|
--- Makefile Mon Sep 28 16:37:20 1998
|
1998-04-16 20:24:24 -04:00
|
|
|
***************
|
|
|
|
*** 10,17 ****
|
|
|
|
# to go:
|
|
|
|
|
|
|
|
WHEREJOE = /usr/local/bin
|
|
|
|
! WHERERC = /usr/local/lib
|
|
|
|
! WHEREMAN = /usr/man/man1
|
|
|
|
|
|
|
|
# If you want to use TERMINFO, you have to set
|
|
|
|
# the following variable to 1. Also you have to
|
|
|
|
--- 10,17 ----
|
|
|
|
# to go:
|
|
|
|
|
|
|
|
WHEREJOE = /usr/local/bin
|
|
|
|
! WHERERC = /usr/local/lib/joe
|
|
|
|
! WHEREMAN = /usr/local/man/man1
|
|
|
|
|
|
|
|
# If you want to use TERMINFO, you have to set
|
|
|
|
# the following variable to 1. Also you have to
|
1998-09-28 06:10:58 -04:00
|
|
|
***************
|
|
|
|
*** 115,126 ****
|
|
|
|
chmod a+r $(WHERERC)/jpicorc
|
|
|
|
chmod a+r $(WHEREMAN)/joe.1
|
|
|
|
chmod a+x $(WHEREJOE)/termidx
|
|
|
|
! rm -f $(WHERERC)/termcap
|
|
|
|
! cp termcap $(WHERERC)/termcap
|
|
|
|
! chmod a+r $(WHERERC)/termcap
|
|
|
|
! rm -f $(WHERERC)/terminfo
|
|
|
|
! cp terminfo $(WHERERC)/terminfo
|
|
|
|
! chmod a+r $(WHERERC)/terminfo
|
|
|
|
|
|
|
|
# Cleanup proceedure
|
|
|
|
|
|
|
|
--- 115,126 ----
|
|
|
|
chmod a+r $(WHERERC)/jpicorc
|
|
|
|
chmod a+r $(WHEREMAN)/joe.1
|
|
|
|
chmod a+x $(WHEREJOE)/termidx
|
|
|
|
! # rm -f $(WHERERC)/termcap
|
|
|
|
! # cp termcap $(WHERERC)/termcap
|
|
|
|
! # chmod a+r $(WHERERC)/termcap
|
|
|
|
! # rm -f $(WHERERC)/terminfo
|
|
|
|
! # cp terminfo $(WHERERC)/terminfo
|
|
|
|
! # chmod a+r $(WHERERC)/terminfo
|
|
|
|
|
|
|
|
# Cleanup proceedure
|
|
|
|
|