X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=Makefile;h=fd79b7192c632483e6efe2c01395c7089a55aab5;hb=refs%2Fheads%2Fstable-4;hp=9e6e9678f33e2c80d2a0a2e526fc6f1e0d1c668b;hpb=77a98dfedecb5b8a7ff1a5b43c470b3738360828;p=pve-http-server.git diff --git a/Makefile b/Makefile index 9e6e967..fd79b71 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ PACKAGE=libpve-http-server-perl PKGVER=1.0 -PKGREL=2 +PKGREL=4 DEB=${PACKAGE}_${PKGVER}-${PKGREL}_all.deb @@ -31,7 +31,8 @@ JQSRC=jquery-${JQVER}.min.js all: .PHONY: deb -deb ${DEB}: +deb: ${DEB} +${DEB}: rm -rf build rsync -a * build cd build; dpkg-buildpackage -b -us -uc @@ -74,12 +75,13 @@ install: ${BTDATA} .PHONY: upload upload: ${DEB} - tar cf - ${DEB} | ssh repoman@repo.proxmox.com upload + tar cf - ${DEB} | ssh repoman@repo.proxmox.com -- upload --product pve --dist jessie distclean: clean + rm -f examples/simple-demo.pem clean: - rm -rf ./build *.deb *.changes ${BTDIR} simple-demo.pem simple-demo.lck + rm -rf ./build *.deb *.changes ${BTDIR} examples/simple-demo.lck find . -name '*~' -exec rm {} ';' .PHONY: dinstall