diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2016-06-28 01:44:33 +0200 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2016-06-28 01:44:33 +0200 |
commit | 63b9cfa48251ae3028c49f95da4e8266a2c501bd (patch) | |
tree | a82101748f583cd5da89846f8acdfd3f140aaa0b /GNUmakefile | |
parent | cb318ea1067bf18d8ff896cef8d1e847a49e3aa7 (diff) |
The location of my local svn directory has changed
Diffstat (limited to 'GNUmakefile')
-rw-r--r-- | GNUmakefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile index dcf5fbc0..1a861d13 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -11,7 +11,7 @@ TGZVNR := ../$(PKGSRC)_$(PKGVERS)-vignettes-not-rebuilt.tar.gz RBIN ?= $(shell dirname "`which R`") # Specify package and static documentation directories for subversion on r-forge -RFSVN ?= $(HOME)/svn/kinfit.r-forge +RFSVN ?= $(HOME)/svn/kinfit RFDIR ?= $(RFSVN)/pkg/mkin SDDIR ?= $(RFSVN)/www/mkin_static |