From 87232a4c389489ae7ed4e25bc56cc96628a25fde Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sun, 26 Aug 2012 18:04:35 +0200 Subject: `dev/dist.sh ttyponies` is used instead of `make -B ttyponies` + same for `make pdfmanual` --- configure | 41 ----------------------------------------- 1 file changed, 41 deletions(-) (limited to 'configure') diff --git a/configure b/configure index 248f95f..d831985 100755 --- a/configure +++ b/configure @@ -15,47 +15,6 @@ function makeMakefile() for func in $(echo 'build' 'prebuilt' 'install' 'uninstall' 'uninstall-old' 'clean' 'clean-old' 'view'); do echo -e "$func"':\n\t./setup.py $(PARAMS) '"$func"'\n' done - - cat < "ttyponies/\$\$pony" ;\\ - git add "ttyponies/\$\$pony" ;\\ - else \\ - ln -sf \`readlink "ponies/\$\$pony"\` "ttyponies/\$\$pony" ;\\ - git add "ttyponies/\$\$pony" ;\\ - fi ;\\ - fi ;\\ - done - mkdir -p "extrattyponies" - for pony in \$\$(ls --color=no "extraponies/"); do \\ - if [ ! "\$\$pony" = '.info' ]; then \\ - echo "building extrattypony: \$\$pony" ;\\ - if [ "\`readlink "extraponies/\$\$pony"\`" = '' ]; then \\ - ponysay2ttyponysay < "extraponies/\$\$pony" | tty2colourfultty -c 1 > "extrattyponies/\$\$pony" ;\\ - git add "extrattyponies/\$\$pony" ;\\ - else \\ - ln -sf \`readlink "extraponies/\$\$pony"\` "extrattyponies/\$\$pony" ;\\ - git add "extrattyponies/\$\$pony" ;\\ - fi ;\\ - fi ;\\ - done - -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"; fi); \\ - done - if [ -d "ponysay.t2d" ]; then rm -r "ponysay.t2d"; fi - -EOF } -- cgit