mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-01-14 02:11:56 -06:00
20 lines
381 B
Makefile
20 lines
381 B
Makefile
NULL =
|
|
|
|
appdir = $(IPA_DATA_DIR)/ui/css
|
|
app_DATA = \
|
|
bootstrap.css \
|
|
rcue.css \
|
|
$(NULL)
|
|
|
|
EXTRA_DIST = \
|
|
$(app_DATA) \
|
|
$(NULL)
|
|
|
|
MAINTAINERCLEANFILES = \
|
|
*~ \
|
|
Makefile.in
|
|
|
|
rcue := $(wildcard ../less/*.less)
|
|
|
|
rcue.css: $(rcue)
|
|
../util/make-css.sh
|