From be73ad4ac5b9e34d7736b6744d965134afff95d8 Mon Sep 17 00:00:00 2001 From: Zach van Rijn Date: Tue, 1 Jun 2021 05:06:00 +0000 Subject: Dockerize docbook stuff. --- Makefile | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 7aef63d..1ae52ae 100644 --- a/Makefile +++ b/Makefile @@ -6,6 +6,11 @@ all: out/html/devel/index.html out/text/develbook.txt \ out/html/admin/index.html out/text/adminbook.txt \ out/html/hcl/index.html out/text/hclbook.txt +image: + docker build . -t cookbook +site: + docker run -u$(shell id -u):$(shell id -g) -v$(CURDIR):/tmp -w /tmp --rm -it cookbook make + out/text/adminbook.txt: src/admin/*.xml @mkdir -p out/text @printf 'Administrator Handbook: Generating text...\n' -- cgit v1.2.3-70-g09d2