Move source into `src` directory.
parent
6f3ac8a946
commit
14a2ed4422
|
@ -36,5 +36,5 @@ project, first install the following:
|
||||||
Afterward, you can generate the necessary HTML via:
|
Afterward, you can generate the necessary HTML via:
|
||||||
|
|
||||||
```bash
|
```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
|
||||||
```
|
```
|
||||||
|
|
|
@ -16,6 +16,7 @@ require «doc-gen4» from git
|
||||||
|
|
||||||
@[default_target]
|
@[default_target]
|
||||||
lean_lib «Bookshelf» {
|
lean_lib «Bookshelf» {
|
||||||
|
srcDir := "src",
|
||||||
roots := #[
|
roots := #[
|
||||||
`Bookshelf,
|
`Bookshelf,
|
||||||
`FirstCourseAbstractAlgebra,
|
`FirstCourseAbstractAlgebra,
|
||||||
|
|
Loading…
Reference in New Issue