Signed-off-by: Thomas Lamprecht <[email protected]>
---
bin/Makefile | 15 ++++-----------
1 file changed, 4 insertions(+), 11 deletions(-)
diff --git a/bin/Makefile b/bin/Makefile
index ad221d8e..c0b3f11b 100644
--- a/bin/Makefile
+++ b/bin/Makefile
@@ -41,21 +41,14 @@ all: ${SERVICE_MANS} ${CLI_MANS} pvemailforward
cat $<|pod2man -n $* -s 1 -r ${VERSION} -c "Proxmox Documentation"
>[email protected]
mv [email protected] $@
+%.1.pod:
+ podselect $* > [email protected]
+ mv [email protected] $@
+
pveversion.1.pod: pveversion
- podselect $< > [email protected]
- mv [email protected] $@
-
pveupgrade.1.pod: pveupgrade
- podselect $< > [email protected]
- mv [email protected] $@
-
pvesh.1.pod: pvesh
- podselect $< > [email protected]
- mv [email protected] $@
-
pvereport.1.pod: pvereport
- podselect $< > [email protected]
- mv [email protected] $@
%.service-bash-completion:
perl -I.. -T -e "use PVE::Service::$*;
PVE::Service::$*->generate_bash_completions();" >[email protected]
--
2.14.2
_______________________________________________
pve-devel mailing list
[email protected]
https://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel