summaryrefslogtreecommitdiff
path: root/devel/Makefile
diff options
context:
space:
mode:
authorZach van Rijn <me@zv.io>2022-09-04 20:34:34 -0500
committerZach van Rijn <me@zv.io>2022-09-04 20:34:34 -0500
commit4b3e8792480c47146d9ca42148eff9ab65234e7d (patch)
tree249f08fb706a09c44256eeb990b41bbe1b0a1f8e /devel/Makefile
parenta510c0daf8d17d53a2cc47e8312b576ae8caf613 (diff)
downloadhorizon-4b3e8792480c47146d9ca42148eff9ab65234e7d.tar.gz
horizon-4b3e8792480c47146d9ca42148eff9ab65234e7d.tar.bz2
horizon-4b3e8792480c47146d9ca42148eff9ab65234e7d.tar.xz
horizon-4b3e8792480c47146d9ca42148eff9ab65234e7d.zip
Remove Dockerized documentation generator.
Diffstat (limited to 'devel/Makefile')
-rw-r--r--devel/Makefile11
1 files changed, 0 insertions, 11 deletions
diff --git a/devel/Makefile b/devel/Makefile
index ea1d8a4..789b350 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -2,17 +2,6 @@
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