[SoX-devel] [PATCH] Fix for Bug #261: absurd docs bug - PDF is doubled 14.4.1 and 14.4.2.

2016-01-27 Thread Kevin Conder
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

[SoX-devel] Proposed fix for Bug #261: absurd docs bug - PDF is doubled 14.4.1 and 14.4.2.

2016-01-26 Thread Kevin Conder
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