Discussion:
[SoX-devel] [PATCH] Fix for Bug #261: absurd docs bug - PDF is doubled 14.4.1 and 14.4.2.
Kevin Conder
2016-01-28 03:53:38 UTC
Permalink
---
Makefile.am | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index 12076b1..66d0d73 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -39,11 +39,11 @@ txt: $(DOCTXT)

# Rule for making PDF man pages
.1.pdf:
- pdfroff -t -man -Tps $(srcdir)/lt; > $@
+ pdfroff -t -man --no-toc-relocation -Tps $(srcdir)/lt; > $@
.3.pdf:
- pdfroff -t -man -Tps $(srcdir)/lt; > $@
+ pdfroff -t -man --no-toc-relocation -Tps $(srcdir)/lt; > $@
.7.pdf:
- pdfroff -t -man -Tps $(srcdir)/lt; > $@
+ pdfroff -t -man --no-toc-relocation -Tps $(srcdir)/lt; > $@

DOCPDF = sox.pdf soxi.pdf soxformat.pdf libsox.pdf
pdf: $(DOCPDF)
--
1.9.1


--
Kevin Conder
Eric Wong
2016-01-31 04:00:23 UTC
Permalink
Thanks, merged into my "pu" branch with some edits to the commit
message:

http://80x24.org/sox.git/patch?id=b448ffc111be3d50
git://80x24.org/sox.git

/me still eagerly awaits the return of the maintainers...

Loading...