pdf manual build cleanup update + gitignore update
This commit is contained in:
parent
d610f6166f
commit
cc6df2706f
2 changed files with 19 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue