wfb-ng/doc/Makefile
Vasily Evseenko 73af6d7cfa 1. Add WFB-NG std draft.
2. Fix frame format.
3. Add multiple links support
4. Add missing libsodium init. Warn if not enough entropy is available
5. Add project logo
2022-09-08 21:38:42 +03:00

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 $@