mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-23 07:33:27 -06:00
9f6d5322dd
Migration error/invalid html pages are no longer needed as their functionality was moved to "migrate" plugin. Fixes: https://pagure.io/freeipa/issue/7641 Reviewed-By: Alexander Bokovoy <abokovoy@redhat.com> Reviewed-By: Petr Vobornik <pvoborni@redhat.com> Reviewed-By: Serhii Tsymbaliuk <stsymbal@localhost.localdomain>
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)
|