convert .less files to .css and remove dependency

This commit is contained in:
Carlos Galindo 2026-01-24 00:48:48 +01:00
commit 1b9529455d
16 changed files with 427 additions and 416 deletions

View file

@ -6,7 +6,7 @@ PY_SRC := $(wildcard src/**.py)
all: generador_public generador_public/index.html static generador_public/res/canciones
static: $(ALL_STATIC) generador_public/main.css generador_public/song.css
static: $(ALL_STATIC)
generador_public:
mkdir generador_public
@ -20,9 +20,6 @@ generador_public/index.html: $(ALL_TEMPLATES) $(PY_SRC)
--other-latex latex/canciones/ \
--author NONE --title NONE
generador_public/%.css: res_gen/less/%.less res/less/colors.less
lessc $< $@
generador_public/%: res_gen/static/%
cp -ra $< $@