From 753670b18a2dd323e44e791515f96a9bc8b156ca Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Thu, 30 Aug 2012 03:09:11 +0200 Subject: beige (softer) page colour for pdf --- dev/dist.sh | 1 + ponysay.pdf | Bin 397826 -> 402610 bytes 2 files changed, 1 insertion(+) diff --git a/dev/dist.sh b/dev/dist.sh index 86a5af3..d7f34ff 100755 --- a/dev/dist.sh +++ b/dev/dist.sh @@ -48,6 +48,7 @@ pdfmanual() if [ -d "ponysay.t2d" ]; then rm -r "ponysay.t2d"; fi + pdfjam --pagecolor 249,246,240 -o "ponysay.pdf" "ponysay.pdf" } diff --git a/ponysay.pdf b/ponysay.pdf index 4daa7f9..5778b6f 100644 Binary files a/ponysay.pdf and b/ponysay.pdf differ -- cgit