Skip to content

Commit

Permalink
makefile: revert 270d423 adding back display dep to dist
Browse files Browse the repository at this point in the history
  • Loading branch information
rsms committed Jun 18, 2021
1 parent c57a2aa commit 5fa70f6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -382,6 +382,8 @@ dist_check:
@echo "——————————————————————————————————————————————————————————————————"

dist: dist_zip
# Note: "display" dep is here since the "docs" target loosely depends on it
$(MAKE) -j8 display
$(MAKE) -j docs
@echo "——————————————————————————————————————————————————————————————————"
@echo ""
Expand Down

0 comments on commit 5fa70f6

Please sign in to comment.