Skip to content
This repository has been archived by the owner on Jan 15, 2024. It is now read-only.

Allow custom PDF filename to be configured #3

Merged
merged 1 commit into from Oct 26, 2012

Conversation

philwebb
Copy link
Contributor

The filename of the generated PDF can be specified in the 'reference'
block. For example:

reference {
    sourceDir = file('src/reference/docbook')
    pdfFilename = 'spring-framework-reference.pdf'
}

When the pdfFilename is not specified the previous logic of
concatenating the project name with '-reference.pdf' is used.

Issue: SPR-9598

The filename of the generated PDF can be specified in the 'reference'
block.  For example:

	reference {
		sourceDir = file('src/reference/docbook')
		pdfFilename = 'spring-framework-reference.pdf'
	}

When the pdfFilename is not specified the previous logic of
concatenating the project name with '-reference.pdf' is used.

Issue: SPR-9598
@ghost ghost assigned cbeams Oct 26, 2012
cbeams added a commit that referenced this pull request Oct 26, 2012
# By Phillip Webb
# Via Phillip Webb
* SPR-9598:
  Allow custom PDF filename to be configured
@cbeams cbeams merged commit 1c2b885 into spring-attic:master Oct 26, 2012
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants