From 8c6e5fc1b826197b038220c34739b3b8340c380f Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Tue, 25 Jun 2019 09:03:33 +0200 Subject: [PATCH] bin/make: fix pod2man generation Signed-off-by: Thomas Lamprecht --- bin/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/Makefile b/bin/Makefile index 52044ca9..55443fbf 100644 --- a/bin/Makefile +++ b/bin/Makefile @@ -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: