makefile: revert 270d423bae adding back display dep to dist
This commit is contained in:
parent
c57a2aa4f7
commit
5fa70f6e8c
1 changed files with 2 additions and 0 deletions
2
Makefile
2
Makefile
|
|
@ -382,6 +382,8 @@ dist_check:
|
||||||
@echo "——————————————————————————————————————————————————————————————————"
|
@echo "——————————————————————————————————————————————————————————————————"
|
||||||
|
|
||||||
dist: dist_zip
|
dist: dist_zip
|
||||||
|
# Note: "display" dep is here since the "docs" target loosely depends on it
|
||||||
|
$(MAKE) -j8 display
|
||||||
$(MAKE) -j docs
|
$(MAKE) -j docs
|
||||||
@echo "——————————————————————————————————————————————————————————————————"
|
@echo "——————————————————————————————————————————————————————————————————"
|
||||||
@echo ""
|
@echo ""
|
||||||
|
|
|
||||||
Reference in a new issue