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

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

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