Skip to content

Commit

Permalink
Get ready for include. (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
smimram authored Nov 11, 2023
1 parent 00cc8cd commit d37419f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion website/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion website/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d37419f

Please sign in to comment.