mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
14 lines
263 B
Makefile
14 lines
263 B
Makefile
|
|
NULL =
|
||
|
|
|
||
|
|
appdir = $(IPA_DATA_DIR)/migration
|
||
|
|
app_DATA = \
|
||
|
|
error.html \
|
||
|
|
index.html \
|
||
|
|
invalid.html \
|
||
|
|
migration.py \
|
||
|
|
$(NULL)
|
||
|
|
|
||
|
|
EXTRA_DIST = \
|
||
|
|
$(app_DATA) \
|
||
|
|
$(NULL)
|