Move bootstrap.css target under webpages

This commit is contained in:
Tony Garnock-Jones 2012-05-05 19:12:24 -04:00
parent e4dd74ca82
commit c56ffe22f5
1 changed files with 2 additions and 2 deletions

View File

@ -2,9 +2,9 @@ APP=hop_server
TEMPLATES=$(wildcard web/bootstrap/templates/*.xml)
HTML=$(subst web/bootstrap/templates/,web/,$(subst .xml,.html,$(TEMPLATES)))
all: message.ml amqp_spec.ml $(APP).native web/bootstrap/css/bootstrap.css webpages
all: message.ml amqp_spec.ml $(APP).native webpages
webpages: $(HTML)
webpages: $(HTML) web/bootstrap/css/bootstrap.css
web/bootstrap/css/bootstrap.css: web/bootstrap/less/*.less
recess --compile web/bootstrap/less/bootstrap.less > $@