init
This commit is contained in:
commit
76266cedc6
23 changed files with 4041 additions and 0 deletions
12
Makefile
Normal file
12
Makefile
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
.PHONY: clean
|
||||
|
||||
all: build/html build/markdown
|
||||
|
||||
build/html:
|
||||
sphinx-build -b html src build/html
|
||||
|
||||
dist/markdown:
|
||||
sphinx-build -M markdown src dist
|
||||
|
||||
clean:
|
||||
rm -rv build
|
||||
Loading…
Add table
Add a link
Reference in a new issue