Skip to content

Commit

Permalink
Fixing docs Makefile targets
Browse files Browse the repository at this point in the history
  • Loading branch information
maxdrib committed Oct 14, 2022
1 parent ed09ce2 commit 74fde65
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/book/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,9 @@
# See the License for the specific language governing permissions and
# limitations under the License.

ROOT_DIR_RELATIVE := ../..
include $(ROOT_DIR_RELATIVE)/common.mk
export REPO_ROOT := $(shell git rev-parse --show-toplevel)

include $(REPO_ROOT)/common.mk

# Directories.
MDBOOK := $(TOOLS_BIN_DIR)/mdbook
Expand Down

0 comments on commit 74fde65

Please sign in to comment.