diff --git a/Makefile b/Makefile index 7410b80..5f5f9ea 100644 --- a/Makefile +++ b/Makefile @@ -49,8 +49,10 @@ help: @echo 'Set the RELATIVE variable to 1 to enable relative urls ' @echo ' ' -html: +css: lessc $(BASEDIR)/theme/static/stylesheet/style.less $(BASEDIR)/theme/static/stylesheet/style.min.css -x + +html: css $(PELICAN) $(INPUTDIR) -o $(OUTPUTDIR) -s $(CONFFILE) $(PELICANOPTS) clean: