mirror of
https://github.com/erkin/ponysay
synced 2024-11-10 22:04:29 +00:00
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
18
.gitignore
vendored
18
.gitignore
vendored
|
@ -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
|
||||
|
||||
|
|
|
@ -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…
Reference in a new issue