Changeset 9773
- Timestamp:
- Dec 15, 2009, 4:24:03 PM (13 years ago)
- Location:
- trunk
- Files:
-
- 8 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Makefile.am
r9142 r9773 23 23 $(CLI_DIR) \ 24 24 $(GTK_DIR) \ 25 $(MAC_DIR) 25 $(MAC_DIR) \ 26 web 26 27 27 28 EXTRA_DIST = \ 28 web \29 29 qt \ 30 30 NEWS \ … … 36 36 Transmission.xcodeproj/project.pbxproj 37 37 38 clutchdir = $(datadir)/transmission/web 39 clutch_DATA = \ 40 web/index.html \ 41 web/LICENSE 38 dist-hook: 39 rm -rf `find $(distdir)/qt -name .svn` 42 40 43 clutch_cssdir = $(clutchdir)/stylesheets44 clutch_css_DATA = \45 web/stylesheets/iphone.css \46 web/stylesheets/common.css \47 web/stylesheets/ie6.css \48 web/stylesheets/ie7.css49 50 clutch_jsdir = $(clutchdir)/javascript51 clutch_js_DATA = \52 web/javascript/menu.js \53 web/javascript/dialog.js \54 web/javascript/transmission.js \55 web/javascript/transmission.remote.js \56 web/javascript/common.js \57 web/javascript/torrent.js58 59 clutch_jquerydir = $(clutch_jsdir)/jquery60 clutch_jquery_DATA = \61 web/javascript/jquery/json.min.js \62 web/javascript/jquery/jquery.contextmenu.min.js \63 web/javascript/jquery/jquery.min.js \64 web/javascript/jquery/jquery.form.min.js \65 web/javascript/jquery/jquery.transmenu.min.js66 67 clutch_imagesdir = $(clutchdir)/images68 clutch_images_DATA = \69 web/images/favicon.ico \70 web/images/favicon.png \71 web/images/webclip-icon.png72 73 clutch_graphicsdir = $(clutch_imagesdir)/graphics74 clutch_graphics_DATA = \75 web/images/graphics/logo.png \76 web/images/graphics/chrome.png \77 web/images/graphics/iphone_chrome.png \78 web/images/graphics/filter_bar.png \79 web/images/graphics/filter_icon.png \80 web/images/graphics/transfer_arrows.png81 82 clutch_progressdir = $(clutch_imagesdir)/progress83 clutch_progress_DATA = \84 web/images/progress/progress.png85 86 clutch_buttonsdir = $(clutch_imagesdir)/buttons87 clutch_buttons_DATA = \88 web/images/buttons/tab_backgrounds.png \89 web/images/buttons/toolbar_buttons.png \90 web/images/buttons/info_general.png \91 web/images/buttons/torrent_buttons.png \92 web/images/buttons/info_activity.png \93 web/images/buttons/file_priority_buttons.png \94 web/images/buttons/file_wanted_buttons.png \95 web/images/buttons/info_files.png \96 web/images/buttons/cancel.png97 41 98 42 DISTCLEANFILES = \ -
trunk/configure.ac
r9643 r9773 447 447 gtk/Makefile 448 448 gtk/icons/Makefile 449 web/Makefile 450 web/images/Makefile 451 web/images/buttons/Makefile 452 web/images/graphics/Makefile 453 web/images/progress/Makefile 454 web/javascript/Makefile 455 web/javascript/jquery/Makefile 456 web/stylesheets/Makefile 449 457 po/Makefile.in]) 450 458
Note: See TracChangeset
for help on using the changeset viewer.