mirror of
https://github.com/erkin/ponysay.git
synced 2024-11-22 12:27:59 +01:00
m
This commit is contained in:
parent
6cf76688a3
commit
db2d8f41fa
2 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ ttyponies()
|
||||||
pdfmanual()
|
pdfmanual()
|
||||||
{
|
{
|
||||||
texi2pdf "manuals/ponysay.texinfo"
|
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
|
if [ -f "ponysay.$ext" ]; then
|
||||||
unlink "ponysay.$ext"
|
unlink "ponysay.$ext"
|
||||||
fi
|
fi
|
||||||
|
|
BIN
ponysay.pdf
BIN
ponysay.pdf
Binary file not shown.
Loading…
Reference in a new issue