The R Project SVN R

Rev

Rev 51898 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 51898 Rev 51899
Line 1... Line 1...
1
#-*- Makefile -*-
1
#-*- Makefile -*-
2
 
2
 
3
include MkRules
3
include MkRules
4
 
4
 
5
RVER = $(shell cut -d' ' -f1 ../../VERSION | sed -n 1p)
5
RVER = $(shell cut -d' ' -f1 ../../VERSION | sed -n 1p)
6
RPREFIX = $(shell ../../tools/GETRWVERSION ../../VERSION)
6
#RPREFIX = $(shell ../../tools/GETRWVERSION ../../VERSION)
-
 
7
RPREFIX = $(shell ../../bin$(R_ARCH)/Rscript fixed/rwver.R)
7
SEDVER = -e s/@RVER@/$(RVER)/g -e s/@RWVER@/$(RPREFIX)/g
8
SEDVER = -e s/@RVER@/$(RVER)/g -e s/@RWVER@/$(RPREFIX)/g
8
 
9
 
9
all: rw-FAQ ../../doc/html/rw-FAQ.html
10
all: rw-FAQ ../../doc/html/rw-FAQ.html
10
 
11
 
11
../../doc/html/rw-FAQ.html: rw-FAQ.texi ../../VERSION ../../doc/manual/Rman.css
12
../../doc/html/rw-FAQ.html: rw-FAQ.texi ../../VERSION ../../doc/manual/Rman.css