File: 02-disable-automatic-size-detection.diff

package info (click to toggle)
xorg-docs 1%3A1.7.1-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 2,236 kB
  • ctags: 37
  • sloc: xml: 21,907; sh: 3,601; makefile: 112
file content (16 lines) | stat: -rw-r--r-- 581 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Don't use local settings (LC_PAPER), disable paper size autodetection.

diff --git a/docbook.am b/docbook.am
index bba4d54..7425a1c 100644
--- a/docbook.am
+++ b/docbook.am
@@ -47,7 +47,8 @@ shelf_DATA += $(docbook:.xml=.txt)
 endif HAVE_XMLTO_TEXT
 
 if HAVE_FOP
-XMLTO_FO_IMAGEPATH_FLAGS = --stringparam img.src.path=$(abs_builddir)/
+XMLTO_FO_IMAGEPATH_FLAGS = --stringparam img.src.path=$(abs_builddir)/ \
+	--noautosize
 XMLTO_PDF_OLINK_FLAGS = \
 	--stringparam target.database.document=$(XORG_SGML_PATH)/X11/dbs/masterdb.pdf.xml \
 	--stringparam current.docid="$(<:.xml=)"