diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2005-12-02 07:21:06 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2005-12-02 07:21:06 +0000 |
commit | 403871f594c998b7f5edaff0921343f649ca462a (patch) | |
tree | c0b95c4155e903302f3247702eaba5470429706f /doc/Makefile | |
parent | fd14b14379cf592d3806385814b8ed2a86336f02 (diff) |
using centralized buildlayout file. If some package needs a local copy, it can be added back
svn path=/trunk/; revision=4105
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 578ff0d4..90a4341e 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -12,7 +12,7 @@ CWD := $(shell pwd) # these are designed to be overridden by the packages/Makefile cvs_root_dir = $(CWD)/.. DESTDIR = $(CWD)/build/ -BUILDLAYOUT_DIR = $(CWD) +BUILDLAYOUT_DIR = $(cvs_root_dir)/packages # default target all: |