We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe27240 commit 6eb49eeCopy full SHA for 6eb49ee
Makefile
@@ -143,7 +143,6 @@ endif
143
endif
144
145
YOSYS_VER := 0.40+50
146
-export YOSYS_VER
147
148
# Note: We arrange for .gitcommit to contain the (short) commit hash in
149
# tarballs generated with git-archive(1) using .gitattributes. The git repo
@@ -1013,7 +1012,7 @@ docs/reqs:
1013
1012
1014
DOC_TARGET ?= html
1015
docs: docs/source/cmd/abc.rst docs/gen_examples docs/gen_images docs/guidelines docs/usage docs/reqs
1016
- $(Q) $(MAKE) -C docs $(DOC_TARGET)
+ $(Q) YOSYS_VER=$(YOSYS_VER) $(MAKE) -C docs $(DOC_TARGET)
1017
1018
clean:
1019
rm -rf share
0 commit comments