We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7631f7b commit 7fc55feCopy full SHA for 7fc55fe
Makefile
@@ -8,6 +8,9 @@ endif
8
9
all: convert build serve
10
11
+submodule:
12
+ git submodule update --recursive --init
13
+
14
release: convert build-minial
15
16
convert:
README.md
@@ -1,7 +1,6 @@
1
# Build instructions
2
3
```bash
4
-emacs --batch -l publish.el --eval "(publish-all)"
5
-git submodule update --recursive --init
6
-hugo
+make submodule
+make
7
```
build.py
0 commit comments