mirror of
https://github.com/erkin/ponysay.git
synced 2024-11-22 04:27:58 +01:00
m + using multiple index, not just concept index
This commit is contained in:
parent
140d04b2ca
commit
d610f6166f
3 changed files with 281 additions and 261 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 bak`; do
|
||||
for ext in `echo aux cp cps fn ky log pg toc tp vr op ops bak`; do
|
||||
if [ -f "ponysay.$ext" ]; then
|
||||
unlink "ponysay.$ext"
|
||||
fi
|
||||
|
|
File diff suppressed because it is too large
Load diff
BIN
ponysay.pdf
BIN
ponysay.pdf
Binary file not shown.
Loading…
Reference in a new issue