freeipa/install/ui/Makefile.am
Stanislav Levin 30bcad4ce3 Clean up reset_password.js file from project
reset_password.js is no longer needed as it's functionality is moved
to "login" plugin.

Fixes: https://pagure.io/freeipa/issue/7619
Reviewed-By: Petr Vobornik <pvoborni@redhat.com>
Reviewed-By: Serhii Tsymbaliuk <stsymbal@redhat.com>
2018-09-12 12:41:19 +02:00

37 lines
739 B
Makefile

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.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