Merge branch 'develop'

This commit is contained in:
Mattias Andrée 2012-09-29 22:21:14 +02:00
commit 3447dcdab7
8 changed files with 377 additions and 279 deletions

View file

@ -39,7 +39,7 @@ ttyponies()
pdfmanual()
{
texi2pdf "manuals/ponysay.texinfo"
for ext in `echo aux cp cps fn ky log pg toc tp vr bak`; do
for ext in `echo aux cp cps fn ky log pg toc tp vr op ops pgs vrs bak`; do
if [ -f "ponysay.$ext" ]; then
unlink "ponysay.$ext"
fi