]> git.proxmox.com Git - proxmox-widget-toolkit.git/blame - src/images/Makefile
icons: switch cpu/ram bitmaps to svg
[proxmox-widget-toolkit.git] / src / images / Makefile
CommitLineData
28de30b2
DC
1include ../defines.mk
2
259c29df 3IMAGES=pmx-clear-trigger.png \
de73e0b3 4 openid-icon-100x100.png \
563cf87d
TL
5 icon-cpu.svg \
6 icon-ram.svg \
259c29df
TL
7 debian-swirl-openlogo.svg \
8 proxmox-symbol-x.svg \
28de30b2
DC
9
10all:
11
12.PHONY: install
13install: ${IMAGES}
14 install -d ${WWWIMAGESDIR}
03325ced 15 for i in ${IMAGES}; do install -m 0644 $$i ${WWWIMAGESDIR}/$$i; done
28de30b2
DC
16
17.PHONY: clean
18clean: