S-Plus 6 help() function uses pager=options()$help.pager
[ess.git] / Makeconf
blob9deefa8a4e4f122ccd8b1bb9d258e1433750e3e9
1 ####======= Common Declarations for *all* ESS -*- Makefile -*- s ==========
3 PREFIX=/usr/local
5 # no csh please
6 SHELL = /bin/sh
8 ## Emacs version that you are installing ESS for.  It might be simpler to do:
9 ##     make EMACS=xemacs
10 ## for example, than to edit this file.
12 EMACS = emacs
13 #EMACS = xemacs
15 ## For strange setups...
16 INSTALL = cp
18 # What GZCAT is called on your system (GNU gzip "cat")
19 #GZCAT = gzcat
20 GZCAT = zcat
22 # program to convert .texi{nfo} to .info
23 MAKEINFO = makeinfo
24 MAKEINFOascii = $(MAKEINFO) --no-validate --no-headers --no-split -o -
26 # GNU make, exclusively --> see comment below /ESSVERSION/
27 ## ESSVERSION=$(shell cat ../VERSION)
28 ESS_REGEXP = [Ee][Ss]{2}
29 VER_NR_REGEXP = ([0-9]+\.){2}[-0-9a-zA-Z]+
30 ESSVER_NR_REGEXP = ($(ESS_REGEXP))-$(VER_NR_REGEXP)
32 .SUFFIXES: .i3 .m3 .nw .tex .dvi .html .c .h .el .elc