Thorrent

Sign in or create your account | Project List | Help

Thorrent Commit Details

Date:2010-03-14 19:04:25 (5 months 21 days ago)
Author:Aurélien Dunand
Commit:50cc2893b891516c2ac6503afc6e394156f71117
Message:Modification du Makefile

Files: Makefile (3 diffs)

Change Details

Makefile
44
55dist: jar javadoc docu
66    cp -R ./src ./dist/
7    cd ./dist && rm -f Thorrent.tar.bz2 && tar cvfj Thorrent.tar.bz2 *
7    rm -f Thorrent.tar.bz2 && cd ./dist && tar cvfj ../Thorrent.tar.bz2 *
8    rm -f Thorrent.zip && cd ./dist && zip -r ../Thorrent.zip *
89
910baselib:
1011    mkdir -p ./build
...... 
2728    cd ./build && jar cfe ../dist/Thor.jar thorrent.tracker.Thor thorrent/{tracker,helpers,bencoding}/*
2829    cd ./build && jar cfe ../dist/BDot.jar thorrent.bencoding.BDot thorrent/{bencoding,helpers}/*
2930    cd ./build && jar cfe ../dist/TorrentInfo.jar thorrent.bencoding.TorrentInfo thorrent/{bencoding,helpers}/*
31
3032javadoc:
3133    mkdir -p ./dist/javadoc
3234    cd ./src/ && javadoc -private -encoding utf8 -docencoding utf8 -author -doctitle "Thorrent" -windowtitle "Thorrent" -d ../dist/javadoc/ */*/*.java
...... 
4143    cp -r ./doc/* ./dist/doc
4244
4345clean:
44    rm -fr ./dist ./build /tmp/thorrentlatex
46    rm -fr ./dist ./build /tmp/thorrentlatex Thorrent.zip Thorrent.tar.bz2

Archive Download the corresponding diff file

Branches:
master