mirror of
https://github.com/svpcom/wfb-ng.git
synced 2025-02-23 00:23:48 -04:00
5 lines
161 B
Makefile
5 lines
161 B
Makefile
|
all: wfb-ng-std-draft.html
|
||
|
|
||
|
%.html: %.md
|
||
|
pandoc --self-contained -V include-before='<style>body {max-width:unset!important}</style>' --from markdown $^ -o $@
|