Skip to content

Commit

Permalink
Try this.
Browse files Browse the repository at this point in the history
  • Loading branch information
toots committed Dec 27, 2023
1 parent 7adfbdd commit 5073d58
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -64,12 +64,12 @@ $(PWD)/content/doc-$(DEFAULT_VERSION)/protocols.md:
$(PWD)/content/doc-$(DEFAULT_VERSION)/reference-deprecated.md:
docker run -e PAGER=none savonet/liquidsoap:v$(DEFAULT_VERSION) liquidsoap --list-deprecated-functions-md > $(@)

$(PWD)/content/doc-$(DEFAULT_VERSION)/reference.md: $(PWD)/content/doc-$(DEFAULT_VERSION)/reference-header.md
$(PWD)/content/doc-$(DEFAULT_VERSION)/reference.md:
cat $(PWD)/content/doc-$(DEFAULT_VERSION)/reference-header.md > $(@)
echo "" >> $(@)
docker run -e PAGER=none savonet/liquidsoap:v$(DEFAULT_VERSION) liquidsoap --list-functions-md >> $(@)

$(PWD)/content/doc-$(DEFAULT_VERSION)/reference-extras.md: $(PWD)/content/doc-$(DEFAULT_VERSION)/reference-header.md
$(PWD)/content/doc-$(DEFAULT_VERSION)/reference-extras.md:
cat $(PWD)/content/doc-$(DEFAULT_VERSION)/reference-header.md > $(@)
echo "" >> $(@)
docker run -e PAGER=none savonet/liquidsoap:v$(DEFAULT_VERSION) liquidsoap --list-extra-functions-md >> $(@)
Expand Down

0 comments on commit 5073d58

Please sign in to comment.