]> git.proxmox.com Git - pmg-gui.git/commitdiff
add images/logo-128.png
authorDietmar Maurer <dietmar@proxmox.com>
Fri, 27 Jan 2017 08:59:54 +0000 (09:59 +0100)
committerDietmar Maurer <dietmar@proxmox.com>
Fri, 27 Jan 2017 08:59:54 +0000 (09:59 +0100)
Makefile
images/logo-128.png [new file with mode: 0755]

index 166f7932a6c3553e4a6c8f57998094ee07603af6..2d1d104ea93bfb34269b901a9194628b6a1c2a7f 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -13,6 +13,9 @@ WWWCSSDIR=${WWWBASEDIR}/css
 WWWIMAGESDIR=${WWWBASEDIR}/images
 WWWJSDIR=${WWWBASEDIR}/js
 
+IMAGES=                        \
+       logo-128.png
+
 all:
 
 .PHONY: deb
@@ -27,6 +30,7 @@ install: index.html
        install -d -m 755 ${WWWIMAGESDIR}
        install -d -m 755 ${WWWJSDIR}
        install -m 0644 index.html ${WWWBASEDIR}
+       for i in ${IMAGES}; do install -m 0644 images/$$i  ${WWWIMAGESDIR}; done
 
 .PHONY: upload
 upload: ${DEB}
diff --git a/images/logo-128.png b/images/logo-128.png
new file mode 100755 (executable)
index 0000000..7a01d37
Binary files /dev/null and b/images/logo-128.png differ