trunk: update the list of mac files to include in the tarball

This commit is contained in:
Mitchell Livingston 2008-08-29 00:39:02 +00:00
parent 2a355ddc67
commit 89ea3c2a4e
1 changed files with 25 additions and 5 deletions

View File

@ -1,24 +1,28 @@
EXTRA_DIST = \
Credits.rtf \
AboutWindow.xib \
BlocklistStatusWindow.xib \
GroupsWindow.xib \
MessageWindow.xib \
StatsWindow.xib \
Defaults.plist \
Info.plist.in \
Transmission_Prefix.pch \
version.sh \
Growl.framework \
Sparkle.framework \
CTGradient \
UKKQueue \
TransmissionHelp \
Applescript \
Images \
Growl.framework \
appcast \
en.lproj \
es.lproj \
fr.lproj \
it.lproj \
nl.lproj \
ru.lproj \
tr.lproj \
zh_TW.lproj \
AboutWindowController.h \
AboutWindowController.m \
@ -28,8 +32,12 @@ EXTRA_DIST = \
Badger.m \
BadgeView.h \
BadgeView.m \
BlocklistDownloader.h \
BlocklistDownloader.m \
ButtonToolbarItem.h \
ButtonToolbarItem.m \
ColorTextField.h \
ColorTextField.m \
Controller.h \
Controller.m \
CreatorWindowController.h \
@ -42,14 +50,20 @@ EXTRA_DIST = \
ExpandedPathToIconTransformer.m \
ExpandedPathToPathTransformer.h \
ExpandedPathToPathTransformer.m \
FileListNode.h \
FileListNode.m \
FileNameCell.h \
FileNameCell.m \
FileOutlineController.h \
FileOutlineController.m \
FileOutlineView.h \
FileOutlineView.m \
FilePriorityCell.h \
FilePriorityCell.m \
FilterButton.h \
FilterButton.m \
GroupsController.h \
GroupsController.m \
GroupsWindowController.h \
GroupsWindowController.m \
GroupToolbarItem.h \
@ -83,6 +97,8 @@ EXTRA_DIST = \
PrefsController.m \
PrefsWindow.h \
PrefsWindow.m \
QuickLookController.h \
QuickLookController.m \
SpeedLimitToTurtleIconTransformer.h \
SpeedLimitToTurtleIconTransformer.m \
StatsWindowController.h \
@ -91,12 +107,16 @@ EXTRA_DIST = \
StatusBarView.m \
ToolbarSegmentedCell.h \
ToolbarSegmentedCell.m \
TorrentCell.h \
TorrentCell.m \
Torrent.h \
Torrent.m \
TorrentCell.h \
TorrentCell.m \
TorrentGroup.h \
TorrentGroup.m \
TorrentTableView.h \
TorrentTableView.m
TorrentTableView.m \
TrackerTableView.h \
TrackerTableView.m
dist-hook:
rm -rf `find $(distdir)/ -type d -name .svn`