Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Printable PDF Generation #23

Merged
merged 2 commits into from
Mar 10, 2016
Merged

Printable PDF Generation #23

merged 2 commits into from
Mar 10, 2016

Conversation

drigodwin
Copy link
Member

Produces a second, more printer friendly version of the PDF documentation. Uses an additional style sheet to remove colours and formatting unsuitable for printing.

@@ -192,9 +192,11 @@ function build_pdf() {

if [ "$SKIP_PDF_MANUAL" != "true" ]; then
_build/buildPDF.sh "_site/zoneMergeManual.html" "_pdf/UserManual.pdf" 2>&1 | tee $PDF_MANUAL_LOG
_build/buildPDF.sh "_site/zoneMergeManual.html" "_pdf/UserManual_printable.pdf" "./style/css/printable.css" 2>&1 | tee $PDF_MANUAL_LOG
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

not related to this PR but is there a reason this isn't build-pdf.sh consistent with the other commands in the dir?

@ahgittin
Copy link
Contributor

ahgittin commented Mar 5, 2016

very minor, then good to merge

@drigodwin
Copy link
Member Author

Thankyou for the comments @ahgittin !

@aledsage
Copy link
Contributor

+1; LGTM - merging now.

@asfgit asfgit merged commit 5921673 into apache:master Mar 10, 2016
asfgit pushed a commit that referenced this pull request Mar 10, 2016
@drigodwin drigodwin deleted the pdf-printable branch May 2, 2016 10:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants