Added build document

This commit is contained in:
marcel
2024-01-15 15:44:26 +01:00
parent 1fd8e655d4
commit 0c9b2a22c6
47 changed files with 90056 additions and 24 deletions

9
build-doc/Makefile Normal file
View 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