mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-27 09:21:59 -06:00
18 lines
368 B
Makefile
18 lines
368 B
Makefile
|
NULL =
|
||
|
|
||
|
appdir = $(IPA_DATA_DIR)/migration
|
||
|
app_DATA = \
|
||
|
error.html \
|
||
|
index.html \
|
||
|
invalid.html \
|
||
|
migration.py \
|
||
|
$(NULL)
|
||
|
|
||
|
EXTRA_DIST = \
|
||
|
$(app_DATA) \
|
||
|
$(NULL)
|
||
|
|
||
|
MAINTAINERCLEANFILES = \
|
||
|
*~ \
|
||
|
Makefile.in
|