diff options
author | Mattias Andrée <maandree@operamail.com> | 2012-08-20 12:02:08 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2012-08-20 12:02:08 +0200 |
commit | e52153af6e614a9f7a9e906f3e698ce3c52b8e6d (patch) | |
tree | bf78a2b1bba8b165355ec1f96c782b9442747f87 /configure | |
parent | 38222fa72cfbbcda35edb4206ffffc9b18e0cb68 (diff) | |
download | ponysay-e52153af6e614a9f7a9e906f3e698ce3c52b8e6d.tar.gz ponysay-e52153af6e614a9f7a9e906f3e698ce3c52b8e6d.tar.bz2 ponysay-e52153af6e614a9f7a9e906f3e698ce3c52b8e6d.zip |
m + removing cowsay flag from ttypony generation + generating ttyponies
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 18 |
1 files changed, 9 insertions, 9 deletions
@@ -328,15 +328,15 @@ EOF ttyponies: mkdir -p "ttyponies" - for pony in \$\$(ls --color=no "ponies/"); do \\ - echo "building ttypony: \$\$pony" ;\\ - if [ "\`readlink "ponies/\$\$pony"\`" = '' ]; then \\ - ponysay2ttyponysay < "ponies/\$\$pony" | tty2colourfultty -c 1 -e > "ttyponies/\$\$pony" ;\\ - git add "ttyponies/\$\$pony" ;\\ - else \\ - ln -sf \`readlink "ponies/\$\$pony"\` "ttyponies/\$\$pony" ;\\ - git add "ttyponies/\$\$pony" ;\\ - fi ;\\ + for pony in \$\$(ls --color=no "ponies/"); do \\ + echo "building ttypony: \$\$pony" ;\\ + if [ "\`readlink "ponies/\$\$pony"\`" = '' ]; then \\ + ponysay2ttyponysay < "ponies/\$\$pony" | tty2colourfultty -c 1 > "ttyponies/\$\$pony" ;\\ + git add "ttyponies/\$\$pony" ;\\ + else \\ + ln -sf \`readlink "ponies/\$\$pony"\` "ttyponies/\$\$pony" ;\\ + git add "ttyponies/\$\$pony" ;\\ + fi ;\\ done pdfmanual: |