[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
367/376: Fix image in PDF
From: |
Ludovic Court�s |
Subject: |
367/376: Fix image in PDF |
Date: |
Wed, 28 Jan 2015 22:06:14 +0000 |
civodul pushed a commit to tag 1.8
in repository guix.
commit eb53f592b897fc9137df6f2b1087c2808cd9cacd
Author: Eelco Dolstra <address@hidden>
Date: Sun Dec 14 01:22:57 2014 +0100
Fix image in PDF
Closes #415.
---
doc/manual/local.mk | 3 ++-
doc/manual/packages/profiles.xml | 2 +-
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/doc/manual/local.mk b/doc/manual/local.mk
index 8511e83..6f08738 100644
--- a/doc/manual/local.mk
+++ b/doc/manual/local.mk
@@ -7,7 +7,8 @@ XSLTPROC = $(xsltproc) --nonet $(xmlflags) \
--param admon.style \'\' \
--param callout.graphics.extension \'.gif\' \
--param contrib.inline.enabled 0 \
- --stringparam generate.toc "book toc"
+ --stringparam generate.toc "book toc" \
+ --param keep.relative.image.uris 0
docbookxsl = http://docbook.sourceforge.net/release/xsl-ns/1.78.1
docbookrng = http://docbook.org/xml/5.0/rng/docbook.rng
diff --git a/doc/manual/packages/profiles.xml b/doc/manual/packages/profiles.xml
index 932e583..6066005 100644
--- a/doc/manual/packages/profiles.xml
+++ b/doc/manual/packages/profiles.xml
@@ -30,7 +30,7 @@ store.</para>
<figure xml:id='fig-user-environments'><title>User environments</title>
<mediaobject>
<imageobject>
- <imagedata fileref='figures/user-environments.png' format='PNG' />
+ <imagedata fileref='../figures/user-environments.png' format='PNG' />
</imageobject>
</mediaobject>
</figure>
- 352/376: Get rid of unnecessary "interrupted by the user" message with -vvv, (continued)
- 352/376: Get rid of unnecessary "interrupted by the user" message with -vvv, Ludovic Court�s, 2015/01/28
- 353/376: Don't abort if we get a signal while waiting for the pager, Ludovic Court�s, 2015/01/28
- 351/376: Remove chatty message, Ludovic Court�s, 2015/01/28
- 356/376: Shut up a Valgrind warning, Ludovic Court�s, 2015/01/28
- 349/376: Remove tabs, Ludovic Court�s, 2015/01/28
- 355/376: Fix some memory leaks, Ludovic Court�s, 2015/01/28
- 357/376: Silence some warnings on GCC 4.9, Ludovic Court�s, 2015/01/28
- 358/376: Install cacert before running nix-channel, Ludovic Court�s, 2015/01/28
- 359/376: Better error message, Ludovic Court�s, 2015/01/28
- 362/376: Undocument nix-generate-patches, Ludovic Court�s, 2015/01/28
- 367/376: Fix image in PDF,
Ludovic Court�s <=
- 354/376: Ensure we're writing to stderr in the builder, Ludovic Court�s, 2015/01/28
- 360/376: Style, Ludovic Court�s, 2015/01/28
- 365/376: Update .nixpkg description, Ludovic Court�s, 2015/01/28
- 366/376: Rename files, Ludovic Court�s, 2015/01/28
- 371/376: Merge commit '36c67860363c93eb00cf5b8e2ad34f6f775e6901', Ludovic Court�s, 2015/01/28
- 363/376: Style, Ludovic Court�s, 2015/01/28
- 376/376: Grmbl, Ludovic Court�s, 2015/01/28
- 372/376: Merge branch 'cygwin-master' of https://github.com/ternaris/nix, Ludovic Court�s, 2015/01/28
- 364/376: ReiserFS -> ext4, Ludovic Court�s, 2015/01/28
- 375/376: Add a section on nix-serve, Ludovic Court�s, 2015/01/28