(trunk) #2674 "Do not put the .svn directories to released tar file" -- that's all well and good, but it would be nice if the web client's files *were* released to the tarfile.

This commit is contained in:
Charles Kerr
2009-12-16 01:44:33 +00:00
parent 22e61e68ed
commit 19e8753300
8 changed files with 8 additions and 8 deletions

View File

@@ -1,6 +1,6 @@
datadir = ${datarootdir}/${PACKAGE_NAME}/${subdir}
data_DATA = \
dist_data_DATA = \
index.html \
LICENSE

View File

@@ -1,6 +1,6 @@
datadir = ${datarootdir}/${PACKAGE_NAME}/${subdir}
data_DATA = \
dist_data_DATA = \
favicon.ico \
favicon.png \
webclip-icon.png

View File

@@ -1,6 +1,6 @@
datadir = ${datarootdir}/${PACKAGE_NAME}/${subdir}
data_DATA = \
dist_data_DATA = \
cancel.png \
file_priority_buttons.png \
file_wanted_buttons.png \

View File

@@ -1,6 +1,6 @@
datadir = ${datarootdir}/${PACKAGE_NAME}/${subdir}
data_DATA = \
dist_data_DATA = \
chrome.png \
filter_bar.png \
filter_icon.png \

View File

@@ -1,4 +1,4 @@
datadir = ${datarootdir}/${PACKAGE_NAME}/${subdir}
data_DATA = \
dist_data_DATA = \
progress.png

View File

@@ -1,6 +1,6 @@
datadir = ${datarootdir}/${PACKAGE_NAME}/${subdir}
data_DATA = \
dist_data_DATA = \
common.js \
dialog.js \
menu.js \

View File

@@ -1,6 +1,6 @@
datadir = ${datarootdir}/${PACKAGE_NAME}/${subdir}
data_DATA = \
dist_data_DATA = \
json.min.js \
jquery.contextmenu.min.js \
jquery.min.js \

View File

@@ -1,6 +1,6 @@
datadir = ${datarootdir}/${PACKAGE_NAME}/${subdir}
data_DATA = \
dist_data_DATA = \
common.css \
ie6.css \
ie7.css \