diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2017-11-21 17:49:48 +0100 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2017-11-21 17:49:48 +0100 |
commit | 6659f37ce27ee4590bbd143c5e0532d605fb03db (patch) | |
tree | ddec879e3bf7e92193c6e837d09257f72d1088b3 | |
parent | 1511ed0a775e15ec2158e22d08a4da00cdd834aa (diff) |
Fix location of local kinfit svn checkout
-rw-r--r-- | GNUmakefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile index 6aa45f8a..4a87d274 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 +RFSVN ?= $(HOME)/svn/kinfit.r-forge RFDIR ?= $(RFSVN)/pkg/mkin SDDIR ?= $(RFSVN)/www/mkin_static |