t -man --no-toc-relocation -Tps $(srcdir)/lt; > $@
DOCPDF = sox.pdf soxi.pdf soxformat.pdf libsox.pdf
pdf: $(DOCPDF)
--
1.9.1
--
Kevin Conder
From a7ab25ce79f28dcc6e8438b17e329d8aa5195130 Mon Sep 17 00:00:00 2001
From: Kevin Conder
Date: Wed, 27 Jan 2016 21:37:18 -0600
Subject: [PATCH] Fix for Bug
l PDF builder instead.
So, instead of this:
pdfroff -t -man -Tps sox.1 > sox.pdf
Use this:
groff -t -man -Tpdf sox.1 > sox.pdf
So, how do I proceed? Do I submit a merge request through git or post
a patch to this list?
--
K