blob: b90578015060c65be8e2d60bf486fd2606394873 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
NULL =
appdir = $(IPA_DATA_DIR)/migration
app_DATA = \
error.html \
index.html \
invalid.html \
migration.py \
$(NULL)
EXTRA_DIST = \
$(app_DATA) \
$(NULL)
MAINTAINERCLEANFILES = \
*~ \
Makefile.in
|