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 af7e396a..003d0185 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -11,7 +11,7 @@ CWD := $(shell pwd) # these are designed to be overridden by the packages/Makefile cvs_root_dir = $(CWD)/.. -prefix = build +DESTDIR = $(CWD)/build/ BUILDLAYOUT_DIR = $(CWD) # default target |