sox-devel@lists.sourceforge.net unofficial mirror
 help / color / mirror / code / Atom feed
From: Kevin Conder <dentalkevin@gmail.com>
To: sox-devel@lists.sourceforge.net
Subject: [PATCH] Fix for Bug #261: absurd docs bug - PDF is doubled 14.4.1 and 14.4.2.
Date: Wed, 27 Jan 2016 21:53:38 -0600	[thread overview]
Message-ID: <CALtij8i7GaYMo-V5Y_RmLYfWpG8o4c8pNpQWJMkJfn=csLDP3g@mail.gmail.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 723 bytes --]

---
 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

[-- Attachment #2: 0001-Fix-for-Bug-261-absurd-docs-bug-PDF-is-doubled-14.4.patch --]
[-- Type: text/x-patch, Size: 1087 bytes --]

From a7ab25ce79f28dcc6e8438b17e329d8aa5195130 Mon Sep 17 00:00:00 2001
From: Kevin Conder <kwconder@yahoo.com>
Date: Wed, 27 Jan 2016 21:37:18 -0600
Subject: [PATCH] Fix for Bug #261: absurd docs bug - PDF is doubled 14.4.1 and
 14.4.2. The problem is when any PDF is created, the result is two duplicate
 documents concatenated together. Solution: Add the "--no-toc-relocation"
 parameter to pdfroff as a work-around.

---
 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)/$< > $@
+	pdfroff -t -man --no-toc-relocation -Tps $(srcdir)/$< > $@
 .3.pdf:
-	pdfroff -t -man -Tps $(srcdir)/$< > $@
+	pdfroff -t -man --no-toc-relocation -Tps $(srcdir)/$< > $@
 .7.pdf:
-	pdfroff -t -man -Tps $(srcdir)/$< > $@
+	pdfroff -t -man --no-toc-relocation -Tps $(srcdir)/$< > $@
 
 DOCPDF = sox.pdf soxi.pdf soxformat.pdf libsox.pdf
 pdf: $(DOCPDF)
-- 
1.9.1


[-- Attachment #3: Type: text/plain, Size: 413 bytes --]

------------------------------------------------------------------------------
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=267308311&iu=/4140

[-- Attachment #4: Type: text/plain, Size: 158 bytes --]

_______________________________________________
SoX-devel mailing list
SoX-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sox-devel

             reply	other threads:[~2016-01-28  3:53 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-01-28  3:53 Kevin Conder [this message]
2016-01-31  4:00 ` [PATCH] Fix for Bug #261: absurd docs bug - PDF is doubled 14.4.1 and 14.4.2 Eric Wong

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-list from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://lists.sourceforge.net/lists/listinfo/sox-devel

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CALtij8i7GaYMo-V5Y_RmLYfWpG8o4c8pNpQWJMkJfn=csLDP3g@mail.gmail.com' \
    --to=sox-devel@lists.sourceforge.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://80x24.org/mirrors/sox.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).