mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-25 08:21:05 -06:00
12 lines
229 B
Makefile
12 lines
229 B
Makefile
|
NULL =
|
||
|
|
||
|
appdir = $(IPA_DATA_DIR)/migration
|
||
|
app_DATA = \
|
||
|
index.html \
|
||
|
migration.py \
|
||
|
$(NULL)
|
||
|
|
||
|
EXTRA_DIST = \
|
||
|
$(app_DATA) \
|
||
|
$(NULL)
|