Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
$(AM_V_GEN)$(MKDIR_P) $(dir $@) && \
$(SASS) --style compressed $< > $@
-src/static/css/highlight.css: Makefile
- $(AM_V_GEN)$(MKDIR_P) $(dir $@) && \
- $(PYGMENTIZE) -S xcode -f html -a .highlight > $@
-
%.min.js: %.js
$(UGLIFYJS_PROCESS)
# Python
AM_PATH_PYTHON([3.9])
-# pygmentize (from pygments)
-AC_CHECK_PROG(PYGMENTIZE, [pygmentize], [pygmentize])
-if test -z "${PYGMENTIZE}"; then
- AC_MSG_ERROR([pygmentize is required])
-fi
-
# SASS
AC_CHECK_PROGS(SASS, [sass node-sass])
if test -z "${SASS}"; then