diff options
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: |