diff options
author | Jan Lehnardt <jan@apache.org> | 2009-04-18 20:50:33 +0000 |
---|---|---|
committer | Jan Lehnardt <jan@apache.org> | 2009-04-18 20:50:33 +0000 |
commit | 26f8c77b8f8c04e4fa394de45e82322e7781e9f3 (patch) | |
tree | 69850fdd57cad7d14b10fe3e0a15f77bd64b560d /share/Makefile.am | |
parent | 3e47bfd6586f42f9fe8e49cea03c4df976c781a1 (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.am | 7 |
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 \ |