summaryrefslogtreecommitdiffstatshomepage
path: root/dist.mak
diff options
context:
space:
mode:
Diffstat (limited to 'dist.mak')
-rw-r--r--dist.mak4
1 files changed, 2 insertions, 2 deletions
diff --git a/dist.mak b/dist.mak
index d2a0a0d41a2..1c8d9507aa6 100644
--- a/dist.mak
+++ b/dist.mak
@@ -102,9 +102,9 @@ BINDIR := build/$(PROJECTTYPE)/bin/$(BUILDARCH)/$(BUILDVARIANT)
STAGEDIR := build/release/$(BUILDARCH)/$(BUILDVARIANT)/$(TARGET)
BINARIES = $(MAINBIN) castool chdman floptool imgtool jedutil ldresample ldverify nltool nlwav romcmp unidasm
-SIMPLE_DIRS := ctrlr docs/man docs/swlist hash ini/examples ini/presets nl_examples
+SIMPLE_DIRS := ctrlr docs/legal docs/man docs/swlist hash ini/examples ini/presets
LOCALISATIONS := $(wildcard language/*/*.mo)
-COPIED_FILES := uismall.bdf roms/dir.txt $(foreach DIR,$(SIMPLE_DIRS),$(wildcard $(DIR)/*)) language/LICENSE language/README.md $(LOCALISATIONS)
+COPIED_FILES := COPYING uismall.bdf roms/dir.txt $(foreach DIR,$(SIMPLE_DIRS),$(wildcard $(DIR)/*)) language/LICENSE language/README.md $(LOCALISATIONS)
CREATED_DIRS := docs ini roms $(SIMPLE_DIRS) language $(dir $(LOCALISATIONS))
GEN_FOLDERS := $(addprefix $(STAGEDIR)/,$(CREATED_DIRS))