Skip to content

Commit

Permalink
Fixing makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
KrystalDelusion committed Oct 11, 2023
1 parent 8335044 commit ebcbb94
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion docs/source/_images/Makefile
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit ebcbb94

Please sign in to comment.