mirror of https://github.com/YosysHQ/yosys.git
Fixing makefile
This commit is contained in:
parent
8335044c35
commit
ebcbb94a21
2
Makefile
2
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:
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue