Turn on -ioutput.print.twoside in the TWO_SIDE=1 case (which is also
the BOOK_OUTPUT=1 case).
This commit is contained in:
parent
621456e13d
commit
486bf4abfd
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=10650
1 changed files with 2 additions and 2 deletions
|
|
@ -1,5 +1,5 @@
|
||||||
#
|
#
|
||||||
# $FreeBSD: doc/share/mk/doc.docbook.mk,v 1.47 2001/09/08 01:59:22 murray Exp $
|
# $FreeBSD: doc/share/mk/doc.docbook.mk,v 1.48 2001/09/11 00:38:32 murray Exp $
|
||||||
#
|
#
|
||||||
# This include file <doc.docbook.mk> handles building and installing of
|
# This include file <doc.docbook.mk> handles building and installing of
|
||||||
# DocBook documentation in the FreeBSD Documentation Project.
|
# DocBook documentation in the FreeBSD Documentation Project.
|
||||||
|
|
@ -137,7 +137,7 @@ TEXCMDS+= \RequirePackage{url}
|
||||||
PRINTOPTS+= -ioutput.print.justify
|
PRINTOPTS+= -ioutput.print.justify
|
||||||
.endif
|
.endif
|
||||||
.if defined(TWO_SIDE)
|
.if defined(TWO_SIDE)
|
||||||
PRINTOPTS+= -V %two-side%
|
PRINTOPTS+= -V %two-side% -ioutput.print.twoside
|
||||||
TEXCMDS+= \def\PageTwoSide{1}
|
TEXCMDS+= \def\PageTwoSide{1}
|
||||||
.endif
|
.endif
|
||||||
.if defined(NICE_HEADERS)
|
.if defined(NICE_HEADERS)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue