From befec75301490ac44643c084637beefdaa877934 Mon Sep 17 00:00:00 2001 From: Zach van Rijn Date: Tue, 1 Jun 2021 05:31:29 +0000 Subject: Dockerize Horizon docs too, but TODO fix CORS nonsense (or migrate these docs and forget that). --- devel/Makefile | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'devel/Makefile') diff --git a/devel/Makefile b/devel/Makefile index 789b350..ea1d8a4 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -2,6 +2,17 @@ all: requirements/html/index.html script/html/index.html vision/html/index.html +image: + docker build . -t cookbook +site: + docker run -u$(shell id -u):$(shell id -g) -v$(CURDIR):/tmp -w /tmp --rm -it cookbook make + rm -fr out + mkdir out + cp index.html out + mv requirements/html out/requirements + mv script/html out/script + mv vision/html out/vision + requirements/html/index.html: requirements/*.xml master.xsl pretty.css @make -C requirements -- cgit v1.2.3-70-g09d2