summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile18
1 files changed, 18 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 4cc9dea0..5bbc6f5a 100644
--- a/Makefile
+++ b/Makefile
@@ -37,6 +37,8 @@ IPA_RPM_RELEASE=$(shell cat RELEASE)
LIBDIR ?= /usr/lib
+JSMVC=/usr/share/javascriptmvc
+
all: bootstrap-autogen server
@for subdir in $(SUBDIRS); do \
(cd $$subdir && $(MAKE) $@) || exit 1; \
@@ -199,3 +201,19 @@ maintainer-clean: clean
cd ipapython && $(MAKE) maintainer-clean
rm -f version.m4
rm -f freeipa.spec
+
+jsmvc-setup:
+ ln -sf $(JSMVC)/steal install/ui
+ ln -sf $(JSMVC)/jquery install/ui
+ ln -sf $(JSMVC)/documentjs install/ui
+ ln -sf $(JSMVC)/funcunit install/ui
+ ln -sf $(JSMVC)/js install/ui
+ ln -sf $(JSMVC)/js.bat install/ui
+
+jsmvc-remove:
+ rm install/ui/js.bat
+ rm install/ui/js
+ rm install/ui/funcunit
+ rm install/ui/documentjs
+ rm install/ui/jquery
+ rm install/ui/steal