Commit 46770f0 1 parent 67b2bd1 commit 46770f0 Copy full SHA for 46770f0
File tree 4 files changed +7
-7
lines changed
4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
1
# motoko-lib
2
2
Motoko general purpose libraries
3
3
4
- See documentation here: https://research-ag.github.io/motoko-lib/home/
4
+ See documentation here: https://research-ag.github.io/motoko-lib/
5
5
6
6
## Use this library
7
7
Original file line number Diff line number Diff line change 3
3
modules := $(shell ls ../src/* .mo)
4
4
5
5
targets := $(modules:../src/%.mo=modoc/%.md )
6
- temps := $(modules:../src/%.mo=%.md )
6
+ temps := $(modules:../src/%.mo=modoc-tmp/ %.md )
7
7
8
8
all : $(targets )
9
9
10
- $(targets ) : modoc/% .md: % .md
10
+ $(targets ) : modoc/% .md: modoc-tmp/ % .md
11
11
sed -e ' s/no-repl//' < $^ > $@
12
12
13
- $(temps ) : % .md: ../src/% .mo
14
- cd .. ; mo-doc --format plain
13
+ $(temps ) : modoc-tmp/ % .md: ../src/% .mo
14
+ mo-doc --source ../src --output modoc-tmp --format plain
15
15
16
16
clean :
17
- rm Sha256.md Sha512.md Vector.md index.md
17
+ rm -r modoc-tmp
File renamed without changes.
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ repo_url: https://github.com/research-ag/motoko-lib
4
4
site_url : https://research-ag.github.io/motoko-lib/
5
5
copyright : Copyright © 2023 MR Research AG
6
6
nav :
7
- - Home : home .md
7
+ - Home : index .md
8
8
- Modules :
9
9
- Sha256/512 : modules/sha2.md
10
10
- Vector : modules/vector.md
You can’t perform that action at this time.
0 commit comments