summaryrefslogtreecommitdiffstats
path: root/install/ui/Makefile.am
blob: 8f9a9556fb691b6055798c9cd6a521f682ea2e71 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
AUTOMAKE_OPTIONS = 1.7

NULL =

SUBDIRS =  				\
	build				\
	css				\
	images				\
	src				\
	$(NULL)

appdir = $(IPA_DATA_DIR)/ui
app_DATA =				\
	favicon.ico			\
	index.html 			\
	ie.css				\
	ipa.css				\
	reset_password.js		\
	reset_password.html		\
	sync_otp.html		\
	$(NULL)

EXTRA_DIST =                            \
        doc                             \
        jsl.conf                        \
        less                            \
        README-LICENSE.txt              \
        test                            \
        util                            \
        $(app_DATA)                     \
        $(NULL)

install-data-hook:
	$(INSTALL) -d -m 755 $(DESTDIR)$(appdir)/js/plugins

clean-local:
	rm -rf package-lock.json node_modules