Skip to content

Commit

Permalink
In makefile dep depend on extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
has2k1 committed Feb 28, 2024
1 parent 65f9396 commit a171cd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ extensions: ## Install quarto/pandoc extensions
quarto add --no-prompt has2k1/issuey
quarto add --no-prompt has2k1/interlinks

deps: download_qrenderer_style ## Install build dependencies
deps: extensions download_qrenderer_style ## Install build dependencies
cd ..; make doc-deps

interlinks: ## Gather interlinks
Expand Down

0 comments on commit a171cd7

Please sign in to comment.