mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-04-29 06:27:20 +00:00
bin/make: fix pod2man generation
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
deca45c125
commit
8c6e5fc1b8
@ -41,7 +41,7 @@ all: ${SERVICE_MANS} ${CLI_MANS} pvemailforward
|
|||||||
|
|
||||||
%.1: %.1.pod
|
%.1: %.1.pod
|
||||||
rm -f $@
|
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 $@
|
mv $@.tmp $@
|
||||||
|
|
||||||
%.1.pod:
|
%.1.pod:
|
||||||
|
Loading…
Reference in New Issue
Block a user