mkdir -p $1/usr/bin/
cp sh/sysd2sysv $1/usr/bin/
+# copy man page
+mkdir -p $1/usr/share/man/man8
+gzip -c doc/sysd2sysv.8 >$1/usr/share/man/man8/sysd2sysv.8.gz
+
--- /dev/null
+.\" Manpage for sysd2sysv.
+.\" Contact mail@wagnertech.de to correct errors or typos.
+.TH man 8 "18.7.2018" "1.0" "sysd2sysv man page"
+.SH NAME
+sysd2sysv \- wrapper to run an old SystemV-init environments
+.SH SYNOPSIS
+.B sysd2sysv
+COMMAND SERVICE
+.SH DESCRIPTION
+.PP
+sysd2sysv checks, if the service is present in /etc/init.d. If not
+it is expected to be in /etc/sysd2sysv and copied to /etc/init.d.
+.PP
+Do not install in a Systemd environment!
+.SH AUTHOR
+Michael Wagner (michael@wagnertech.de)