This commit is contained in:
Mattias Andrée 2012-08-26 19:23:04 +02:00
parent 8d662d5127
commit d136ed9455
3 changed files with 8 additions and 2 deletions

View file

@ -41,7 +41,7 @@ pdfmanual()
texi2pdf "manuals/ponysay.texinfo"
git add "manuals/ponysay.texinfo" "ponysay.pdf"
for ext in `echo aux cp cps fn ky log pg toc tp vr`; do
if [ -f "ponysay.\$\$ext" ]; then
if [ -f "ponysay.$ext" ]; then
unlink "ponysay.$ext"
fi
done
@ -51,6 +51,12 @@ pdfmanual()
}
pdf()
{
pdfmanual "$@"
}
tag()
{
version=`./setup.py version`