Thorrent

Sign in or create your account | Project List | Help

Thorrent Commit Details

Date:2010-03-14 18:52:23 (5 months 21 days ago)
Author:Aurélien Dunand
Commit:6bdec6e2877f29d6c994f150694d50225133af59
Message:Modification du Makefile, suppression des Manifest

Files: Makefile (1 diff)
misc/Manifest_bencoding.txt (1 diff)
misc/Manifest_tget.txt (1 diff)
misc/Manifest_thor.txt (1 diff)

Change Details

Makefile
2323
2424jar: source
2525    mkdir -p ./dist
26    cd ./build && jar cf ../dist/Helpers.jar thorrent/helpers/*
27    cd ./build && jar cfm ../dist/Bencoding.jar ../misc/Manifest_bencoding.txt thorrent/bencoding/*
28    cd ./build && jar cfm ../dist/Tget.jar ../misc/Manifest_tget.txt thorrent/tget/*
29    cd ./build && jar cfm ../dist/Thor.jar ../misc/Manifest_thor.txt thorrent/tracker/*
26    cd ./build && jar cfe ../dist/Tget.jar thorrent.tget.Tget thorrent/{tget,helpers,bencoding}/*
27    cd ./build && jar cfe ../dist/Thor.jar thorrent.tracker.Thor thorrent/{tracker,helpers,bencoding}/*
28    cd ./build && jar cfe ../dist/BDot.jar thorrent.bencoding.BDot thorrent/{bencoding,helpers}/*
29    cd ./build && jar cfe ../dist/TorrentInfo.jar thorrent.bencoding.TorrentInfo thorrent/{bencoding,helpers}/*
3030javadoc:
3131    mkdir -p ./dist/javadoc
32    cd ./src/ && javadoc -private -encoding utf8 -docencoding utf8 -author -doctitle "Thorrent" -windowtitle "Thorrent" -d ../dist/javadoc/ */*/*.java */*.java
32    cd ./src/ && javadoc -private -encoding utf8 -docencoding utf8 -author -doctitle "Thorrent" -windowtitle "Thorrent" -d ../dist/javadoc/ */*/*.java
3333
3434docu:
3535    mkdir -p /tmp/thorrentlatex/
3636    rm -f /tmp/thorrentlatex/*
3737    cd ./misc/ && java -jar htmltolatex.jar -input ../doc/index.html -output /tmp/thorrentlatex/rapport.tex
38    cd /tmp/thorrentlatex/ && pdflatex rapport.tex
39    cd /tmp/thorrentlatex/ && pdflatex rapport.tex
40    mkdir -p ./dist/
41    cp /tmp/thorrentlatex/rapport.pdf ./dist/
38    cd /tmp/thorrentlatex/ && pdflatex rapport.tex && pdflatex rapport.tex
39    mkdir -p ./dist/doc
40    cp /tmp/thorrentlatex/rapport.pdf ./dist
41    cp -r ./doc/* ./dist/doc
4242
4343clean:
44    rm -fr ./dist ./build ./doc/*.log ./doc/*.toc ./doc/*.aux
44    rm -fr ./dist ./build /tmp/thorrentlatex
misc/Manifest_bencoding.txt
1Class-Path: Helpers.jar
misc/Manifest_tget.txt
1Main-Class: thorrent.tget.Tget
2Class-Path: Bencoding.jar
misc/Manifest_thor.txt
1Main-Class: thorrent.tracker.Thor
2Class-Path: Bencoding.jar

Archive Download the corresponding diff file

Branches:
master