From 351f3b01ab536c9084ead0ffc4f5cb5671a52e52 Mon Sep 17 00:00:00 2001 From: Guillermo Ramos Date: Thu, 27 Jun 2019 17:38:11 +0200 Subject: Makefile: "make doc" to generate man pages --- doc/pod2man.pl | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100755 doc/pod2man.pl (limited to 'doc/pod2man.pl') diff --git a/doc/pod2man.pl b/doc/pod2man.pl new file mode 100755 index 0000000..f95f94b --- /dev/null +++ b/doc/pod2man.pl @@ -0,0 +1,8 @@ +#!/usr/bin/env perl + +use strict; +use warnings; + +use Pod::Man; + +Pod::Man->new(release => 1, section => 1)->parse_from_file(@ARGV[0 .. 1]); -- cgit v1.2.3