mirror of
https://github.com/erkin/ponysay.git
synced 2024-11-25 05:47:59 +01: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
|
/Makefile
|
||||||
/quotes/
|
/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()
|
pdfmanual()
|
||||||
{
|
{
|
||||||
texi2pdf "manuals/ponysay.texinfo"
|
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
|
if [ -f "ponysay.$ext" ]; then
|
||||||
unlink "ponysay.$ext"
|
unlink "ponysay.$ext"
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue