7f3b89a012
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>
13 lines
161 B
Makefile
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 *~
|