Skip to content

Commit

Permalink
build: create and properly include exercises.zip by default
Browse files Browse the repository at this point in the history
  • Loading branch information
samcowger authored and septract committed Feb 21, 2025
1 parent df9edfd commit 0ef9738
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,10 @@ check: check-tutorial check-archive
##############################################################################
# Tutorial document

tutorial: exercises mkdocs.yml $(shell find docs -type f)
tutorial: exercises docs/exercises.zip mkdocs.yml $(shell find docs -type f)
mkdocs build --strict

serve: exercises mkdocs.yml $(shell find docs -type f)
serve: exercises docs/exercises.zip mkdocs.yml $(shell find docs -type f)
mkdocs serve

##############################################################################
Expand Down
3 changes: 2 additions & 1 deletion docs/getting-started/tutorials/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ elaborate separation logic specifications of data structures.
## Source files

The source files for all the exercises and examples below can be downloaded
from [here](link:exercises.zip).
from [here](../../exercises.zip).
<!-- Note: `../../exercises.zip` is meant to be created via `make` -->

## Tutorials

Expand Down

0 comments on commit 0ef9738

Please sign in to comment.