pve-manager/www/css/Makefile
Dominik Csapak 7f3b89a012 change to debian font-awesome
instead of having font-awesome copied into the repository,
depend on the debian package 'fonts-font-awesome', which provides all we
need

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
2017-06-12 10:26:29 +02:00

13 lines
161 B
Makefile

include ../../defines.mk
all:
.PHONY: install
install: ext6-pve.css
install -d ${WWWCSSDIR}
install -m 0644 $? ${WWWCSSDIR}
.PHONY: clean
clean:
rm -rf *~