Move source into `src` directory.

finite-set-exercises
Joshua Potter 2023-05-03 17:37:06 -06:00
parent 6f3ac8a946
commit 14a2ed4422
54 changed files with 2 additions and 1 deletions

View File

@ -36,5 +36,5 @@ project, first install the following:
Afterward, you can generate the necessary HTML via:
```bash
> find . -name '*.tex' | grep -v preamble | xargs -I {} make4ht -e build.mk4 {}
> find . -name '*.tex' | grep -v preamble | xargs -n 1 make4ht -e build.mk4
```

View File

@ -16,6 +16,7 @@ require «doc-gen4» from git
@[default_target]
lean_lib «Bookshelf» {
srcDir := "src",
roots := #[
`Bookshelf,
`FirstCourseAbstractAlgebra,