From ebcbb94a2156768b1633f7bcfb5664c18ea82303 Mon Sep 17 00:00:00 2001 From: Krystine Sherwin <93062060+KrystalDelusion@users.noreply.github.com> Date: Thu, 12 Oct 2023 04:50:27 +1300 Subject: [PATCH] Fixing makefile --- Makefile | 2 +- docs/source/_images/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index a93930be0..0fa2e94b9 100644 --- a/Makefile +++ b/Makefile @@ -971,7 +971,7 @@ docs/source/cmd/abc.rst: $(TARGETS) $(EXTRA_TARGETS) PHONY: docs/gen_images docs/guidelines docs/gen_images: - $(Q) $(MAKE) -C docs/images all + $(Q) $(MAKE) -C docs/source/_images all DOCS_GUIDELINE_FILES := GettingStarted CodingStyle docs/guidelines: diff --git a/docs/source/_images/Makefile b/docs/source/_images/Makefile index 61fa6cd70..d0e41561a 100644 --- a/docs/source/_images/Makefile +++ b/docs/source/_images/Makefile @@ -1,7 +1,7 @@ all: resources dots tex svg tidy RES_LIST:= PRESENTATION_Intro/ PRESENTATION_ExSyn/ PRESENTATION_ExAdv/ PRESENTATION_ExOth/ -RES_DIRS:= $(addprefix ../resources/,$(RES_LIST)) +RES_DIRS:= $(addprefix ../../resources/,$(RES_LIST)) .PHONY: resources resources: $(RES_DIRS) FORCE: