doc: build with pandoc

Signed-off-by: Olivier Gayot <olivier.gayot@canonical.com>
This commit is contained in:
Olivier Gayot 2022-10-19 10:57:30 +02:00
parent 747cfc50f6
commit 85e1a858a8
2 changed files with 2 additions and 0 deletions

View File

@ -12,6 +12,7 @@ libnl-route-3-dev
libsystemd-dev
lsb-release
os-prober
pandoc
pep8
pkg-config
python3-aiohttp

View File

@ -4,6 +4,7 @@ HTML = $(addprefix html/, $(SRC:.md=.html))
html/%.html: %.md
@mkdir --parents html
markdown $^ > $@
pandoc $^ --standalone --output $@
.PHONY: all
all: $(HTML)