mirror of
https://github.com/transmission/transmission
synced 2025-02-20 21:26:53 +00:00
oooh, does the same thing but it's shiny clean instead of ugly hacky
This commit is contained in:
parent
5c6530529a
commit
155203b208
1 changed files with 12 additions and 6 deletions
|
@ -1,9 +1,15 @@
|
|||
|
||||
dist-hook:
|
||||
rm -f subdirs.tar
|
||||
tar cvf subdirs.tar `find $(srcdir) | grep -v svn`
|
||||
tar xvf subdirs.tar $(distdir)
|
||||
rm -f subdirs.tar
|
||||
EXTRA_DIST = \
|
||||
Sparkle.framework \
|
||||
CTGradient \
|
||||
English.lproj \
|
||||
Italian.lproj \
|
||||
Russian.lproj \
|
||||
UKKQueue \
|
||||
TransmissionHelp \
|
||||
Applescript \
|
||||
Images \
|
||||
Growl.framework \
|
||||
Korean.lproj
|
||||
|
||||
# Use Xcode do make the actual build
|
||||
all:
|
||||
|
|
Loading…
Reference in a new issue