mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-23 07:33:27 -06:00
c71937fc0c
Updated makefiles to comply to new directory structure and also to use builder for building Web UI. FreeIPA package spec is modified to use the output of the builder. https://fedorahosted.org/freeipa/ticket/112
43 lines
778 B
Makefile
43 lines
778 B
Makefile
AUTOMAKE_OPTIONS = 1.7
|
|
|
|
NULL =
|
|
|
|
SUBDIRS = \
|
|
build \
|
|
ext \
|
|
images \
|
|
src \
|
|
$(NULL)
|
|
|
|
appdir = $(IPA_DATA_DIR)/ui
|
|
app_DATA = \
|
|
config.js \
|
|
favicon.ico \
|
|
index.html \
|
|
jquery-ui.css \
|
|
ie.css \
|
|
ipa.css \
|
|
login.html \
|
|
login.js \
|
|
logout.html \
|
|
overpass_bold-web.eot \
|
|
overpass_bold-web.svg \
|
|
overpass_bold-web.ttf \
|
|
overpass_bold-web.woff \
|
|
overpass_regular-web.eot \
|
|
overpass_regular-web.svg \
|
|
overpass_regular-web.ttf \
|
|
overpass_regular-web.woff \
|
|
reset_password.js \
|
|
reset_password.html \
|
|
$(NULL)
|
|
|
|
EXTRA_DIST = \
|
|
$(app_DATA) \
|
|
$(NULL)
|
|
|
|
MAINTAINERCLEANFILES = \
|
|
*~ \
|
|
Makefile.in
|
|
$(NULL)
|