summaryrefslogtreecommitdiff
path: root/handbook/poky-doc-tools/common/fop-config.xml.in
diff options
context:
space:
mode:
Diffstat (limited to 'handbook/poky-doc-tools/common/fop-config.xml.in')
-rw-r--r--handbook/poky-doc-tools/common/fop-config.xml.in33
1 files changed, 0 insertions, 33 deletions
diff --git a/handbook/poky-doc-tools/common/fop-config.xml.in b/handbook/poky-doc-tools/common/fop-config.xml.in
deleted file mode 100644
index 649ccb566f..0000000000
--- a/handbook/poky-doc-tools/common/fop-config.xml.in
+++ /dev/null
@@ -1,33 +0,0 @@
-<configuration>
- <entry>
- <!--
- Set the baseDir so common/openedhand.svg references in plans still
- work ok. Note, relative file references to current dir should still work.
- -->
- <key>baseDir</key>
- <value>@datadir@</value>
- </entry>
- <fonts>
- <font metrics-file="@datadir@/common/VeraMono.xml"
- kerning="yes"
- embed-file="@datadir@/common/VeraMono.ttf">
- <font-triplet name="veramono" style="normal" weight="normal"/>
- </font>
-
- <font metrics-file="@datadir@/common/VeraMoBd.xml"
- kerning="yes"
- embed-file="@datadir@/common/VeraMoBd.ttf">
- <font-triplet name="veramono" style="normal" weight="bold"/>
- </font>
-
- <font metrics-file="@datadir@/common/Vera.xml"
- kerning="yes"
- embed-file="@datadir@/common/Vera.ttf">
- <font-triplet name="verasans" style="normal" weight="normal"/>
- <font-triplet name="verasans" style="normal" weight="bold"/>
- <font-triplet name="verasans" style="italic" weight="normal"/>
- <font-triplet name="verasans" style="italic" weight="bold"/>
- </font>
-
- </fonts>
-</configuration> \ No newline at end of file