diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2006-09-25 01:33:18 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2006-09-25 01:33:18 +0000 |
commit | 8a3f2719d6b6b3c54b26805e0b69f7366029af25 (patch) | |
tree | ddcabf405f29b6a853109a05b0193dcf27811b9a /doc/Makefile | |
parent | 02b22c09d0e5f23a526ed63903e3dad6d00d88ee (diff) |
shorted paths to files
svn path=/trunk/; revision=6014
Diffstat (limited to 'doc/Makefile')
-rw-r--r-- | doc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/Makefile b/doc/Makefile index 46bc173e..0badbb3d 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -10,7 +10,7 @@ CWD := $(shell pwd) # these are designed to be overridden by the packages/Makefile -cvs_root_dir = $(CWD)/.. +cvs_root_dir := $(shell cd $(CWD)/.. && pwd) DESTDIR = $(CWD)/build/ BUILDLAYOUT_DIR = $(cvs_root_dir)/packages |