pve-manager/www/css/fonts/Makefile
Dominik Csapak 059cb51053 do not let www-data own the static js/html files
this is neither necessary, nor useful
those files are meant to be read only anyway, so there is no gain in
them being owned by www-data

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
2017-06-09 14:00:30 +02:00

13 lines
302 B
Makefile

include ../../../defines.mk
all:
.PHONY: install
install: README fontawesome-webfont.ttf FontAwesome.otf fontawesome-webfont.woff2 fontawesome-webfont.svg fontawesome-webfont.woff fontawesome-webfont.eot
install -d ${WWWFONTSDIR}
install -m 0644 $? ${WWWFONTSDIR}
.PHONY: clean
clean:
rm -rf *~