Skip to content

Commit

Permalink
feat(deps): Make sassc available to projects to ease plain html and e…
Browse files Browse the repository at this point in the history
…pub styling
  • Loading branch information
alerque committed Feb 24, 2023
1 parent 86aa621 commit 24b32c0
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 @@ -122,6 +122,7 @@ AM_COND_IF([DEPENDENCY_CHECKS], [
AX_PROGVAR([pwait])
AX_PROGVAR([podofobox])
AX_PROGVAR([povray])
AX_PROGVAR([sassc])
AX_PROGVAR([sile])
AX_PROGVAR([sort])
AX_PROGVAR([sponge])
Expand Down
2 changes: 1 addition & 1 deletion hooks/build
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ REVISION=$(git describe --long --tags | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g')

RUNTIME_DEPS='bc bcprov curl entr epubcheck fontconfig ghostscript git git-warp-time imagemagick inetutils'\
' inkscape java-commons-lang jq kindlegen libertinus-font libgit2 m4 make mdbook moreutils nodejs procps-ng'\
' pandoc-sile-git pcre pdftk podofo poppler povray sile sqlite'\
' pandoc-sile-git pcre pdftk podofo poppler povray sassc sile sqlite'\
' tex-gyre-fonts texlive-core ttf-hack yq zint zola zsh'\
' lua luarocks lua-colors-git lua-filesystem lua-yaml'\
' perl perl-yaml perl-yaml-merge-simple'\
Expand Down
1 change: 1 addition & 0 deletions rules/casile.mk.in
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ PODOFOBOX ?= @PODOFOBOX@
POVRAY ?= @POVRAY@
PWAIT ?= @PWAIT@
PYTHON ?= @PYTHON@
SASSC ?= @SASSC@
SED ?= @SED@
SILE ?= @SILE@
SORT ?= @SORT@
Expand Down

0 comments on commit 24b32c0

Please sign in to comment.