From 19e875330022d63af1c4719697445e67581dbb50 Mon Sep 17 00:00:00 2001 From: Charles Kerr Date: Wed, 16 Dec 2009 01:44:33 +0000 Subject: [PATCH] (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. --- web/Makefile.am | 2 +- web/images/Makefile.am | 2 +- web/images/buttons/Makefile.am | 2 +- web/images/graphics/Makefile.am | 2 +- web/images/progress/Makefile.am | 2 +- web/javascript/Makefile.am | 2 +- web/javascript/jquery/Makefile.am | 2 +- web/stylesheets/Makefile.am | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/web/Makefile.am b/web/Makefile.am index c2e395b1e..b444adf0d 100644 --- a/web/Makefile.am +++ b/web/Makefile.am @@ -1,6 +1,6 @@ datadir = ${datarootdir}/${PACKAGE_NAME}/${subdir} -data_DATA = \ +dist_data_DATA = \ index.html \ LICENSE diff --git a/web/images/Makefile.am b/web/images/Makefile.am index 1d869bd2c..231b093ab 100644 --- a/web/images/Makefile.am +++ b/web/images/Makefile.am @@ -1,6 +1,6 @@ datadir = ${datarootdir}/${PACKAGE_NAME}/${subdir} -data_DATA = \ +dist_data_DATA = \ favicon.ico \ favicon.png \ webclip-icon.png diff --git a/web/images/buttons/Makefile.am b/web/images/buttons/Makefile.am index a9bf92ff5..7d08a1bad 100644 --- a/web/images/buttons/Makefile.am +++ b/web/images/buttons/Makefile.am @@ -1,6 +1,6 @@ datadir = ${datarootdir}/${PACKAGE_NAME}/${subdir} -data_DATA = \ +dist_data_DATA = \ cancel.png \ file_priority_buttons.png \ file_wanted_buttons.png \ diff --git a/web/images/graphics/Makefile.am b/web/images/graphics/Makefile.am index df122a529..e3e3e0e64 100644 --- a/web/images/graphics/Makefile.am +++ b/web/images/graphics/Makefile.am @@ -1,6 +1,6 @@ datadir = ${datarootdir}/${PACKAGE_NAME}/${subdir} -data_DATA = \ +dist_data_DATA = \ chrome.png \ filter_bar.png \ filter_icon.png \ diff --git a/web/images/progress/Makefile.am b/web/images/progress/Makefile.am index 71f3cdc53..dc42a9a81 100644 --- a/web/images/progress/Makefile.am +++ b/web/images/progress/Makefile.am @@ -1,4 +1,4 @@ datadir = ${datarootdir}/${PACKAGE_NAME}/${subdir} -data_DATA = \ +dist_data_DATA = \ progress.png diff --git a/web/javascript/Makefile.am b/web/javascript/Makefile.am index d5403f298..29bc011d1 100644 --- a/web/javascript/Makefile.am +++ b/web/javascript/Makefile.am @@ -1,6 +1,6 @@ datadir = ${datarootdir}/${PACKAGE_NAME}/${subdir} -data_DATA = \ +dist_data_DATA = \ common.js \ dialog.js \ menu.js \ diff --git a/web/javascript/jquery/Makefile.am b/web/javascript/jquery/Makefile.am index 925a3703f..5fe448381 100644 --- a/web/javascript/jquery/Makefile.am +++ b/web/javascript/jquery/Makefile.am @@ -1,6 +1,6 @@ datadir = ${datarootdir}/${PACKAGE_NAME}/${subdir} -data_DATA = \ +dist_data_DATA = \ json.min.js \ jquery.contextmenu.min.js \ jquery.min.js \ diff --git a/web/stylesheets/Makefile.am b/web/stylesheets/Makefile.am index 02fcfa5b9..740e89943 100644 --- a/web/stylesheets/Makefile.am +++ b/web/stylesheets/Makefile.am @@ -1,6 +1,6 @@ datadir = ${datarootdir}/${PACKAGE_NAME}/${subdir} -data_DATA = \ +dist_data_DATA = \ common.css \ ie6.css \ ie7.css \