summaryrefslogtreecommitdiff
path: root/share/Makefile.am
diff options
context:
space:
mode:
authorJan Lehnardt <jan@apache.org>2009-04-18 20:50:33 +0000
committerJan Lehnardt <jan@apache.org>2009-04-18 20:50:33 +0000
commit26f8c77b8f8c04e4fa394de45e82322e7781e9f3 (patch)
tree69850fdd57cad7d14b10fe3e0a15f77bd64b560d /share/Makefile.am
parent3e47bfd6586f42f9fe8e49cea03c4df976c781a1 (diff)
integrate main.js split-up into build system
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@766390 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'share/Makefile.am')
-rw-r--r--share/Makefile.am7
1 files changed, 6 insertions, 1 deletions
diff --git a/share/Makefile.am b/share/Makefile.am
index fda01cdd..f3e1cbad 100644
--- a/share/Makefile.am
+++ b/share/Makefile.am
@@ -10,11 +10,16 @@
## License for the specific language governing permissions and limitations
## under the License.
+server/main.js:
+ server/mainjs.sh
+
+CLEANFILES = server/main.js
+
nobase_dist_localdata_DATA = \
server/main.js \
www/dialog/_compact_database.html \
- www/dialog/_create_database.html \
www/dialog/_create_document.html \
+ www/dialog/_create_database.html \
www/dialog/_delete_database.html \
www/dialog/_delete_document.html \
www/dialog/_save_view_as.html \