X-Git-Url: https://git.proxmox.com/?p=pve-access-control.git;a=blobdiff_plain;f=Makefile;h=f541e515347ca335f1d77f2a220d6c6c80f060a3;hp=7e2db08cddf7c7a6e899c3ba9979316d87f5cfea;hb=37d6e4772e66797c299e70d8b91436479fc4c96a;hpb=eb09b155c89d58ffd3f3ebd1c14b9e3622f027d2 diff --git a/Makefile b/Makefile index 7e2db08..f541e51 100644 --- a/Makefile +++ b/Makefile @@ -1,8 +1,8 @@ -RELEASE=2.0 +RELEASE=2.2 VERSION=1.0 PACKAGE=libpve-access-control -PKGREL=3 +PKGREL=25 DESTDIR= PREFIX=/usr @@ -25,10 +25,12 @@ dinstall: deb %.1.gz: %.1.pod rm -f $@ - cat $<|pod2man -n $* -s 1 -r ${VERSION} -c "Proxmox Documentation"|gzip -c9 >$@ + cat $<|pod2man -n $* -s 1 -r ${VERSION} -c "Proxmox Documentation"|gzip -c9 >$@.tmp + mv $@.tmp $@ pveum.1.pod: pveum - perl -I. ./pveum printmanpod >$@ + perl -I. ./pveum printmanpod >$@.tmp + mv $@.tmp $@ .PHONY: install install: pveum.1.pod pveum.1.gz