summaryrefslogtreecommitdiff
path: root/contrib/build-mans.sh
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/build-mans.sh')
-rwxr-xr-xcontrib/build-mans.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/contrib/build-mans.sh b/contrib/build-mans.sh
new file mode 100755
index 0000000..9f04983
--- /dev/null
+++ b/contrib/build-mans.sh
@@ -0,0 +1,5 @@
+#!/bin/sh
+
+pod2man -n bt-adapter -c "bluez-tools" -r "" man/bt-adapter.pod > ../src/bt-adapter.1
+pod2man -n bt-agent -c "bluez-tools" -r "" man/bt-agent.pod > ../src/bt-agent.1
+pod2man -n bt-device -c "bluez-tools" -r "" man/bt-device.pod > ../src/bt-device.1