pve-manager/www/css/Makefile
Dominik Csapak d9fd02eb79 add font-awesome
adds font-awesome to css folder and
inserts the css into the html of the site

we will use font-awesome for most icons

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
2016-04-05 11:58:01 +02:00

17 lines
275 B
Makefile

include ../../defines.mk
all:
.PHONY: install
install: ext6-pve.css font-awesome.css
install -d ${WWWCSSDIR}
install -m 0644 -o www-data -g www-data $? ${WWWCSSDIR}
set -e && ${MAKE} -C fonts install
.PHONY: distclean
distclean: clean
.PHONY: clean
clean:
rm -rf *~