mirror of
https://gitlab.com/parroquia-san-leandro/cancionero-web.git
synced 2026-01-28 13:07:58 +01:00
convert .less files to .css and remove dependency
This commit is contained in:
parent
aaea68ef1e
commit
1b9529455d
16 changed files with 427 additions and 416 deletions
|
|
@ -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 $< $@
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue