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