Commit 22415a0c authored by Dietmar Maurer's avatar Dietmar Maurer

import pveceph script

parent 060bd5a6
......@@ -3,6 +3,7 @@ include ../defines.mk
SUBDIRS = init.d cron ocf test
SCRIPTS = \
pveceph \
vzdump \
vzrestore \
pvestatd \
......@@ -20,6 +21,7 @@ SCRIPTS = \
pveperf
MANS = \
pveceph.1 \
pvectl.1 \
vzdump.1 \
vzrestore.1 \
......@@ -44,6 +46,9 @@ all: ${MANS} pvemailforward
pvectl.1.pod: pvectl
perl -I.. ./pvectl printmanpod >$@
pveceph.1.pod: pveceph
perl -I.. ./pveceph printmanpod >$@
vzdump.1.pod: vzdump
perl -I.. -T ./vzdump printmanpod >$@
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment