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)