From d37419fcd353f8738fcae83dabbf0175bbb3a4da Mon Sep 17 00:00:00 2001 From: Samuel Mimram Date: Sat, 11 Nov 2023 19:39:56 +0100 Subject: [PATCH] Get ready for include. (#36) --- website/Dockerfile | 2 +- website/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/website/Dockerfile b/website/Dockerfile index d3b36446..44add554 100644 --- a/website/Dockerfile +++ b/website/Dockerfile @@ -16,7 +16,7 @@ USER opam WORKDIR /tmp/liquidsoap-full -RUN opam install -y js_of_ocaml-ppx js_of_ocaml +RUN opam install -y js_of_ocaml-ppx js_of_ocaml pandoc-include RUN rm -rf website/savonet.github.io diff --git a/website/Makefile b/website/Makefile index d303d22b..df3c5cab 100644 --- a/website/Makefile +++ b/website/Makefile @@ -3,7 +3,7 @@ PWD := $(shell pwd) GENERATED_DOC_DIR := $(PWD)/../liquidsoap/_build/default/doc GENERATED_INTERPRETER_DIR := $(PWD)/../liquidsoap/_build/default/src/js -PANDOC := pandoc --syntax-definition=liquidsoap.xml --highlight=pygments --lua-filter=tools/option-anchors.lua +PANDOC := pandoc --syntax-definition=liquidsoap.xml --highlight=pygments --lua-filter=tools/option-anchors.lua --filter=pandoc-include NODE := $(shell which node) # Versions for which documentation should be built and included