]> git.proxmox.com Git - pve-manager.git/commitdiff
bin/make: fix pod2man generation
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 25 Jun 2019 07:03:33 +0000 (09:03 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 25 Jun 2019 07:03:42 +0000 (09:03 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
bin/Makefile

index 52044ca9eb0200cfce20c34b47ad0e334c29c358..55443fbfcc65981bf0bb9139b24f38651884979e 100644 (file)
@@ -41,7 +41,7 @@ all: ${SERVICE_MANS} ${CLI_MANS} pvemailforward
 
 %.1: %.1.pod
        rm -f $@
-       cat $<|pod2man -n $* -s 1 -r ${VERSION} -c "Proxmox Documentation" >$@.tmp
+       cat $<|pod2man -n $* -s 1 -r ${VERSION} -c"Proxmox Documentation" - >$@.tmp
        mv $@.tmp $@
 
 %.1.pod: