installation doc update + more installation options alternatives + m

This commit is contained in:
Mattias Andrée 2012-09-01 05:11:07 +02:00
parent 753670b18a
commit c5e4849ee8
6 changed files with 321 additions and 108 deletions

View file

@ -39,7 +39,6 @@ ttyponies()
pdfmanual()
{
texi2pdf "manuals/ponysay.texinfo"
git add "manuals/ponysay.texinfo" "ponysay.pdf"
for ext in `echo aux cp cps fn ky log pg toc tp vr`; do
if [ -f "ponysay.$ext" ]; then
unlink "ponysay.$ext"
@ -49,6 +48,7 @@ pdfmanual()
rm -r "ponysay.t2d";
fi
pdfjam --pagecolor 249,246,240 -o "ponysay.pdf" "ponysay.pdf"
git add "manuals/ponysay.texinfo" "ponysay.pdf"
}