You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
475 B
14 lines
475 B
10 months ago
|
html:
|
||
|
pandoc -s aprs_digipeater.md --toc --toc-depth=1 -c ./css/mvp.css \
|
||
|
--template ./template/template.html -o aprs_digipeater.html
|
||
|
|
||
|
installation_guide:
|
||
|
pandoc -s installation_pe1rxf_aprs_weather_server.md --toc --toc-depth=1 -c ./css/mvp.css \
|
||
|
--template ./template/template.html -o installation_pe1rxf_aprs_weather_server.html
|
||
|
|
||
|
pdf:
|
||
|
pandoc aprs_digipeater.md --toc -o aprs_digipeater.pdf --pdf-engine=xelatex -H ./template/custom_settings.tex
|
||
|
|
||
|
clean:
|
||
|
rm -rvf build
|