diff options
author | Mattias Andrée <maandree@operamail.com> | 2012-09-01 06:07:14 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2012-09-01 06:07:14 +0200 |
commit | db2d8f41fa9436e0a31ed89600664af5bf34672f (patch) | |
tree | c4992c4ddf7d44185c8bed1703f8284a88252586 /dev | |
parent | 6cf76688a366c1af48db3e6c6bc867335dfd89b7 (diff) | |
download | ponysay-db2d8f41fa9436e0a31ed89600664af5bf34672f.tar.gz ponysay-db2d8f41fa9436e0a31ed89600664af5bf34672f.tar.bz2 ponysay-db2d8f41fa9436e0a31ed89600664af5bf34672f.zip |
m
Diffstat (limited to 'dev')
-rwxr-xr-x | dev/dist.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 |