Skip to content

Commit 0ef9738

Browse files
samcowgerseptract
authored andcommitted
build: create and properly include exercises.zip by default
1 parent df9edfd commit 0ef9738

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -65,10 +65,10 @@ check: check-tutorial check-archive
6565
##############################################################################
6666
# Tutorial document
6767

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

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

7474
##############################################################################

docs/getting-started/tutorials/README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ elaborate separation logic specifications of data structures.
1313
## Source files
1414

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

1819
## Tutorials
1920

0 commit comments

Comments
 (0)