From db2d8f41fa9436e0a31ed89600664af5bf34672f Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sat, 1 Sep 2012 06:07:14 +0200 Subject: m --- dev/dist.sh | 2 +- ponysay.pdf | Bin 408934 -> 408934 bytes 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/dev/dist.sh b/dev/dist.sh index 6fa0224..8486777 100755 --- a/dev/dist.sh +++ b/dev/dist.sh @@ -39,7 +39,7 @@ ttyponies() pdfmanual() { texi2pdf "manuals/ponysay.texinfo" - for ext in `echo aux cp cps fn ky log pg toc tp vr`; do + for ext in `echo aux cp cps fn ky log pg toc tp vr bak`; do if [ -f "ponysay.$ext" ]; then unlink "ponysay.$ext" fi diff --git a/ponysay.pdf b/ponysay.pdf index f46dfd0..73b7edf 100644 Binary files a/ponysay.pdf and b/ponysay.pdf differ -- cgit