Skip to content

Commit 884a22f

Browse files
committed
removed copyright pdf since we already got copyright in the book and we dont want duplicate
1 parent fb2898c commit 884a22f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ cp -r content/images target
2828
echo "--- Building PDF version - Started ---"
2929
a2x --no-xmllint -v -k -fpdf -dbook --xsl-file=docbook-xsl/fo.xsl --dblatex-opts=" -P latex.output.revhistory=0 -s ./latex/custom-docbook.sty" -D target content/book-hudson.doc
3030
# this is a hack until Tim tells me how it is supposed to work..
31-
#pdftk pdf/resources/hudson-book-cover.pdf pdf/resources/title-page.pdf pdf/resources/blank-page.pdf pdf/resources/copyright-page.pdf target/book-hudson.pdf cat output target/tmp.pdf
31+
#pdftk pdf/resources/hudson-book-cover.pdf pdf/resources/title-page.pdf pdf/resources/blank-page.pdf target/book-hudson.pdf cat output target/tmp.pdf
3232

33-
gs -dBATCH -dNOPAUSE -q -sDEVICE=pdfwrite -sOutputFile=target/tmp.pdf pdf/resources/hudson-book-cover.pdf pdf/resources/title-page.pdf pdf/resources/blank-page.pdf pdf/resources/copyright-page.pdf target/book-hudson.pdf
33+
gs -dBATCH -dNOPAUSE -q -sDEVICE=pdfwrite -sOutputFile=target/tmp.pdf pdf/resources/hudson-book-cover.pdf pdf/resources/title-page.pdf pdf/resources/blank-page.pdf target/book-hudson.pdf
3434
mv target/tmp.pdf target/book-hudson.pdf
3535

3636
echo "--- Building PDF version - Finished ---"

pdf/resources/copyright-page.pdf

-256 KB
Binary file not shown.

0 commit comments

Comments
 (0)