Skip to content

Commit

Permalink
chore(deps): Add mdbook dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
alerque committed Mar 30, 2022
1 parent 489cc28 commit b1d2bd0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ AS_IF([test "x$enable_dependency_checks" != "xno"], [
AX_PROGVAR([kindlegen])
AX_PROGVAR([m4])
AX_PROGVAR([magick])
AX_PROGVAR([mdbook])
AX_PROGVAR([node])
AX_PROGVAR([pandoc])
AX_PROGVAR([pcregrep])
Expand Down
2 changes: 1 addition & 1 deletion hooks/build
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ set -e
REVISION=$(git describe --long --tags | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g')

RUNTIME_DEPS='bc bcprov entr epubcheck fontconfig ghostscript git git-warp-time imagemagick inetutils'\
' inkscape java-commons-lang jq kindlegen libertinus-font m4 make moreutils nodejs procps-ng'\
' inkscape java-commons-lang jq kindlegen libertinus-font m4 make mdbook moreutils nodejs procps-ng'\
' pandoc-sile-git pcre pdftk podofo poppler povray sile sqlite'\
' tex-gyre-fonts texlive-core ttf-hack yq zint zsh'\
' lua lua-colors-git lua-filesystem lua-yaml'\
Expand Down
1 change: 1 addition & 0 deletions rules/casile.mk.in
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ JQ ?= @JQ@
KINDLEGEN ?= @KINDLEGEN@
M4 ?= @M4@
MAGICK ?= @MAGICK@
MDBOOK ?= @MDBOOK@
NODE ?= @NODE@
PANDOC ?= @PANDOC@
PCREGREP ?= @PCREGREP@
Expand Down

0 comments on commit b1d2bd0

Please sign in to comment.