mirror of
https://github.com/erkin/ponysay.git
synced 2025-03-29 14:57:43 +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()
|
pdfmanual()
|
||||||
{
|
{
|
||||||
texi2pdf "manuals/ponysay.texinfo"
|
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
|
if [ -f "ponysay.$ext" ]; then
|
||||||
unlink "ponysay.$ext"
|
unlink "ponysay.$ext"
|
||||||
fi
|
fi
|
||||||
|
|
File diff suppressed because it is too large
Load diff
BIN
ponysay.pdf
BIN
ponysay.pdf
Binary file not shown.
Loading…
Add table
Reference in a new issue