Kevin Conder
2016-01-28 03:53:38 UTC
---
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
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