]> git.proxmox.com Git - pve-installer.git/blobdiff - Makefile
ipconf.htm: remove pve product name
[pve-installer.git] / Makefile
index 1ef035d683230db61fa9c3f1022ab724287e8f9f..ed8588f7a33c0a528e3220e0197cee9269fa8ac3 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
 PKGVER=5.0
-PKGREL=13
+PKGREL=20
 
 PVE_DEB=pve-installer_${PKGVER}-${PKGREL}_all.deb
 PMG_DEB=pmg-installer_${PKGVER}-${PKGREL}_all.deb
@@ -11,7 +11,8 @@ INSTALLER_SOURCES=            \
        fake-start-stop-daemon  \
        policy-disable-rc.d     \
        interfaces              \
-       proxlogo.png            \
+       pmg-banner.png          \
+       pve-banner.png          \
        checktime               \
        xinitrc                 \
        Xdefaults               \
@@ -49,6 +50,12 @@ install: ${INSTALLER_SOURCES} ${HTML_COMMON_SOURCES} ${HTML_SOURCES}
        install -D -m 644 xinitrc ${DESTDIR}/.xinitrc
        install -D -m 644 Xdefaults ${DESTDIR}/.Xdefaults
 
+pmg-banner.png: pmg-banner.svg
+       inkscape $< --export-png=$@
+
+pve-banner.png: pve-banner.svg
+       inkscape $< --export-png=$@
+
 .phony: upload-pmg
 upload-pmg: ${PMG_DEB}
        tar cf - ${PMG_DEB} | ssh -X repoman@repo.proxmox.com -- upload --product pmg --dist stretch
@@ -73,5 +80,5 @@ check-pmg: ${PMG_DEB} test.img
 .phony: clean
 clean:
        make -C html-common clean
-       rm -rf *~ *.deb target build packages packages.tmp testdir test.img pve-final.pkglist *.buildinfo *.changes country.dat
+       rm -rf *~ *.deb target build packages packages.tmp testdir test.img pve-final.pkglist *.buildinfo *.changes country.dat final.pkglist
        find . -name '*~' -exec rm {} ';'