mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-01-21 07:55:00 +00:00
make cherrypy_sessions dir
This commit is contained in:
parent
de0bf3000d
commit
7780467902
5
Makefile
5
Makefile
@ -7,9 +7,12 @@ CSS=$(subst .tiny,,$(shell find themes -type f -name '*.css'))
|
||||
COMPRESSED_CSS := $(patsubst %.css,%.tiny.css,$(CSS))
|
||||
|
||||
## Catch-all tagets
|
||||
default: template docs css
|
||||
default: template docs css dirs
|
||||
all: default
|
||||
|
||||
dirs:
|
||||
mkdir -p data/cherrypy_sessions
|
||||
|
||||
%.tiny.css: %.css
|
||||
@cat $< | python -c 'import re,sys;print re.sub("\s*([{};,:])\s*", "\\1", re.sub("/\*.*?\*/", "", re.sub("\s+", " ", sys.stdin.read())))' > $@
|
||||
css: $(COMPRESSED_CSS)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user