pdf manual build cleanup update + gitignore update

This commit is contained in:
Mattias Andrée 2012-09-24 01:37:08 +02:00
parent d610f6166f
commit cc6df2706f
2 changed files with 19 additions and 1 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 op ops 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