makefile: remove "display" dep from "dist" target
This commit is contained in:
parent
1742b35dd7
commit
270d423bae
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -381,7 +381,7 @@ dist_check:
|
||||||
@echo ""
|
@echo ""
|
||||||
@echo "——————————————————————————————————————————————————————————————————"
|
@echo "——————————————————————————————————————————————————————————————————"
|
||||||
|
|
||||||
dist: dist_zip display
|
dist: dist_zip
|
||||||
$(MAKE) -j docs
|
$(MAKE) -j docs
|
||||||
@echo "——————————————————————————————————————————————————————————————————"
|
@echo "——————————————————————————————————————————————————————————————————"
|
||||||
@echo ""
|
@echo ""
|
||||||
|
|
|
||||||
Reference in a new issue