diff --git a/Jamfile.v2 b/Jamfile.v2 index 912fc05..9b36f2c 100644 --- a/Jamfile.v2 +++ b/Jamfile.v2 @@ -31,14 +31,14 @@ project /boost/quickbook 11 ; -# The release scripts expect this as the default build target. -install dist-bin - : src//quickbook/static - : EXE $(DIST_DIR)/bin - : release ; - explicit - [ alias dist : dist-bin ] + [ install dist-bin + : src//quickbook/static + : EXE $(DIST_DIR)/bin + : release ] [ alias quickbook : src//quickbook/static ] [ alias all : quickbook dist test ] ; + +# Install distribution files/execs by default. +alias dist : dist-bin ;