summaryrefslogtreecommitdiffstats
path: root/install/migration/Makefile.am
blob: 4d22de57cd4191a70f56d77c76dcc638ad1215d2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
NULL =

appdir = $(IPA_DATA_DIR)/migration
app_DATA =                              \
	error.html			\
	index.html			\
	invalid.html			\
	migration.py			\
	$(NULL)

EXTRA_DIST =                            \
        $(app_DATA)                     \
        $(NULL)