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

18
.gitignore vendored
View file

@ -23,3 +23,21 @@
/Makefile
/quotes/
## Texinfo manual stuff
/ponysay.aux
/ponysay.cp
/ponysay.cps
/ponysay.fn
/ponysay.ky
/ponysay.log
/ponysay.pg
/ponysay.toc
/ponysay.tp
/ponysay.vr
/ponysay.op
/ponysay.ops
/ponysay.pgs
/ponysay.vrs

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