X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;ds=inline;f=Makefile;h=3ff3c55efb86eb9b9b4fa8b68e20e16d68d4ba96;hb=dcfaabd7ca0afb4e157634c4179cebb1482681a1;hp=7e2db08cddf7c7a6e899c3ba9979316d87f5cfea;hpb=eb09b155c89d58ffd3f3ebd1c14b9e3622f027d2;p=pve-access-control.git diff --git a/Makefile b/Makefile index 7e2db08..3ff3c55 100644 --- a/Makefile +++ b/Makefile @@ -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