summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJose <jose@zeroc.com>2014-08-22 15:16:15 +0200
committerJose <jose@zeroc.com>2014-08-22 15:16:15 +0200
commitea35b3b5f200c63ad1013a73fee8461d82902a69 (patch)
treea77f63a24f1c3fee2c0e01f33655cad275e4f37b /Makefile
parentFixed (ICE-5544) - IceGrid admin and Ubuntu launcher (diff)
downloadice-ea35b3b5f200c63ad1013a73fee8461d82902a69.tar.bz2
ice-ea35b3b5f200c63ad1013a73fee8461d82902a69.tar.xz
ice-ea35b3b5f200c63ad1013a73fee8461d82902a69.zip
Add js to toplevel Makefiles and scripts
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index e438913b66d..1613688a503 100644
--- a/Makefile
+++ b/Makefile
@@ -7,10 +7,10 @@
#
# **********************************************************************
-SUBDIRS = cpp java cs py rb php
-CLEAN_SUBDIRS = java cs py rb php cpp
+SUBDIRS = cpp java cs py rb php js
+CLEAN_SUBDIRS = js java cs py rb php cpp
DEPEND_SUBDIRS = cpp cs py rb php
-INSTALL_SUBDIRS = cpp java cs py rb php
+INSTALL_SUBDIRS = cpp java cs py rb php js
all::
@for subdir in $(SUBDIRS); \