You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ns...@apache.org on 2013/12/16 21:18:38 UTC

[04/10] git commit: updated refs/heads/1964-feature-fauxton-build to 730f6e6

Pull non-source files out of source files list


Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/72214723
Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/72214723
Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/72214723

Branch: refs/heads/1964-feature-fauxton-build
Commit: 722147239ee8aa63bc0a1fd319d7476b2361846f
Parents: 98aaf73
Author: Noah Slater <ns...@apache.org>
Authored: Mon Dec 16 16:53:35 2013 +0100
Committer: Noah Slater <ns...@apache.org>
Committed: Mon Dec 16 16:53:35 2013 +0100

----------------------------------------------------------------------
 share/www/fauxton/Makefile.am | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb/blob/72214723/share/www/fauxton/Makefile.am
----------------------------------------------------------------------
diff --git a/share/www/fauxton/Makefile.am b/share/www/fauxton/Makefile.am
index 751d983..c31edab 100644
--- a/share/www/fauxton/Makefile.am
+++ b/share/www/fauxton/Makefile.am
@@ -83,7 +83,6 @@ fauxton_src_files = \
     src/app/app.js \
     src/app/config.js \
     src/app/helpers.js \
-    src/app/initialize.js \
     src/app/load_addons.js.underscore \
     src/app/main.js \
     src/app/mixins.js \
@@ -313,12 +312,18 @@ fauxton_build_files = \
     build/js/ace/worker-json.js \
     build/js/require.js
 
+# @@ should we distribute these files?
+# @@ clean share/www/fauxton/src/app/initialize.js
+# @@ clean share/www/fauxton/src/app/load_addons.js
+
 EXTRA_DIST = \
     $(fauxton_src_files) \
     $(fauxton_build_files)
 
 BUILT_SOURCES = $(fauxton_build_files)
 
+# @@ clean dist dir
+
 $(fauxton_build_files): fauxton.stamp
 	@if test -f $@; then :; else \
 	    rm -f fauxton.stamp; \