Added build document
This commit is contained in:
9
build-doc/Makefile
Normal file
9
build-doc/Makefile
Normal file
@@ -0,0 +1,9 @@
|
||||
html:
|
||||
pandoc -s weather_station.md --toc --toc-depth=1 -c ./css/mvp.css \
|
||||
--template template.html -o weather_station.html
|
||||
|
||||
pdf:
|
||||
pandoc weather_station.md --toc -o weather_station.pdf --pdf-engine=xelatex
|
||||
|
||||
clean:
|
||||
rm -rvf build
|
Reference in New Issue
Block a user