aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--externals/build/doc/makefile12
1 files changed, 9 insertions, 3 deletions
diff --git a/externals/build/doc/makefile b/externals/build/doc/makefile
index d1e0dbe2..c1e3e59d 100644
--- a/externals/build/doc/makefile
+++ b/externals/build/doc/makefile
@@ -4,18 +4,24 @@
# inclusion into the externals packages
#
-SRC_ROOT_DIR := $(shell pwd)/../../..
+CWD := $(shell pwd)
+
+# these are setup to be overridden by the packages/Makefile
+SRC_ROOT_DIR := $(CWD)/../../..
INSTALL_PREFIX = .
+BUILDLAYOUT_DIR = $(CWD)/..
all: install
+ echo "Completed externals/doc build!"
+
+include $(BUILDLAYOUT_DIR)/Makefile.buildlayout
-include ../Makefile.buildlayout
# this is here to retain compatibility to the way that this makefile copied
# files before it was added to the unified build system
HELP_DEST = .
-install:
+install: $(HELP_DEST)
#----------------------------------------------------------------------------
# all standard objs' help files
# it had to be broken up because the list is soo long