[the-board] [build] Don't distribute generated files path.js and features.js



commit a90ef69822f74ae6c13ba118f0314e34b50ab426
Author: Lucas Rocha <lucasr gnome org>
Date:   Tue Feb 1 13:19:59 2011 +0000

    [build] Don't distribute generated files path.js and features.js
    
    They should be created at build time.

 src/Makefile-js.am |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/src/Makefile-js.am b/src/Makefile-js.am
index cc2da65..afcf019 100644
--- a/src/Makefile-js.am
+++ b/src/Makefile-js.am
@@ -57,7 +57,9 @@ js/util/features.js: Makefile js/util/features.js.in
 dist_jsutil_DATA = \
     js/util/http.js \
     js/util/json.js \
-    js/util/mathUtil.js \
+    js/util/mathUtil.js
+
+nodist_jsutil_DAYA = \
     $(jsutil_built_sources)
 
 CLEANFILES += \



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]