]> git.proxmox.com Git - proxmox-widget-toolkit.git/blame - src/images/Makefile
edit: fix comment typos
[proxmox-widget-toolkit.git] / src / images / Makefile
CommitLineData
bf147dcc
DC
1# icon-cpu, icon-ram
2# are self made (sources as .xcf)
3
28de30b2
DC
4include ../defines.mk
5
259c29df 6IMAGES=pmx-clear-trigger.png \
de73e0b3 7 openid-icon-100x100.png \
259c29df
TL
8 icon-cpu.png \
9 icon-ram.png \
10 debian-swirl-openlogo.svg \
11 proxmox-symbol-x.svg \
28de30b2
DC
12
13all:
14
15.PHONY: install
16install: ${IMAGES}
17 install -d ${WWWIMAGESDIR}
03325ced 18 for i in ${IMAGES}; do install -m 0644 $$i ${WWWIMAGESDIR}/$$i; done
28de30b2
DC
19
20.PHONY: clean
21clean: