diff --git a/apt-deps.txt b/apt-deps.txt index 03e127f1..1edaf417 100644 --- a/apt-deps.txt +++ b/apt-deps.txt @@ -12,6 +12,7 @@ libnl-route-3-dev libsystemd-dev lsb-release os-prober +pandoc pep8 pkg-config python3-aiohttp diff --git a/documentation/Makefile b/documentation/Makefile index 0261dee4..92ad98b1 100644 --- a/documentation/Makefile +++ b/documentation/Makefile @@ -4,6 +4,7 @@ HTML = $(addprefix html/, $(SRC:.md=.html)) html/%.html: %.md @mkdir --parents html markdown $^ > $@ + pandoc $^ --standalone --output $@ .PHONY: all all: $(HTML)