Changeset 11987 in project
- Timestamp:
- 09/24/08 03:42:29 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
maintenance/release-tarball.sh
r11106 r11987 45 45 make PLATFORM=linux PREFIX=$chickenpath install 46 46 47 ## Eggs required to convert the documentation48 LD_LIBRARY_PATH=$chickenlib $chicken_setup -d syntax-case html-stream stream-ext stream-wiki url matchable svn-post-commit-hooks svn-client orders49 50 47 ### Fetching chicken from SVN and generating the snapshot 51 48 fetch 52 49 cd release 53 50 if test -d misc; then 54 LD_LIBRARY_PATH=$chickenlib$csi -s misc/makehtml.scm --extension-path=$tmpdir/stream-wiki/extensions --pdf ;55 LD_LIBRARY_PATH=$chickenlib$csi -s misc/makedist.scm PREFIX=$chickenpath ;51 $csi -s misc/makehtml.scm --extension-path=$tmpdir/stream-wiki/extensions --pdf ; 52 $csi -s misc/makedist.scm PREFIX=$chickenpath ; 56 53 else 57 LD_LIBRARY_PATH=$chickenlib$csi -s scripts/makehtml.scm --extension-path=$tmpdir/stream-wiki/extensions --pdf ;58 LD_LIBRARY_PATH=$chickenlib$csi -s scripts/maketexi.scm ;59 LD_LIBRARY_PATH=$chickenlib$csi -s scripts/makedist.scm PREFIX=$chickenpath ;54 $csi -s scripts/makehtml.scm --extension-path=$tmpdir/stream-wiki/extensions --pdf ; 55 $csi -s scripts/maketexi.scm ; 56 $csi -s scripts/makedist.scm PREFIX=$chickenpath ; 60 57 fi 61 58 … … 84 81 zip -r chicken-${version}-mingw32-x86.zip chicken 85 82 83 86 84 ### generating the source tarball 87 85 cd $tmpdir/release
Note: See TracChangeset
for help on using the changeset viewer.