1
0
mirror of synced 2026-08-04 09:17:02 +00:00

Added imgSrcPath parameter for use in docbookFopPdf task.

This commit is contained in:
Luke Taylor
2010-11-19 22:53:57 +00:00
parent 51a53ddbaa
commit 49242729e4
2 changed files with 14 additions and 7 deletions
+2 -1
View File
@@ -33,7 +33,8 @@ project('manual') {
docbookHtmlSingle.stylesheet = new File(projectDir, 'src/xsl/html-single-custom.xsl')
docbookFoPdf.stylesheet = new File(projectDir, 'src/xsl/pdf-custom.xsl')
def imagesDir = new File(projectDir, 'src/docbook/images');
docbookFoPdf.admonGraphicsPath = "${imagesDir}/"
// docbookFoPdf.admonGraphicsPath = "${imagesDir}/"
docbookFoPdf.imgSrcPath = "${projectDir}/src/docbook/"
spec = copySpec {
into ('reference') {