aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorCameron Cawley2018-11-15 18:25:30 +0000
committerDavid Turner2018-11-16 05:19:19 +0000
commit6360c7eb318211b2603f759bde2c74dbc58ab831 (patch)
tree38ad45b23233f4ba4b89a976e543be45229f6b99 /Makefile
parent0170f396f57047624b0aceedc43d664e8c72e277 (diff)
downloadscummvm-rg350-6360c7eb318211b2603f759bde2c74dbc58ab831.tar.gz
scummvm-rg350-6360c7eb318211b2603f759bde2c74dbc58ab831.tar.bz2
scummvm-rg350-6360c7eb318211b2603f759bde2c74dbc58ab831.zip
PSP: Add README.PSP to the output of the print-dists rule
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 3e72d86a70..bbba24f092 100644
--- a/Makefile
+++ b/Makefile
@@ -114,7 +114,7 @@ endif
.PHONY: print-dists print-executables print-version print-distversion
print-dists:
- @echo $(DIST_FILES_DOCS) $(DIST_FILES_THEMES) $(DIST_FILES_NETWORKING) $(DIST_FILES_ENGINEDATA) $(srcdir)/doc
+ @echo $(DIST_FILES_DOCS) $(DIST_FILES_THEMES) $(DIST_FILES_NETWORKING) $(DIST_FILES_ENGINEDATA) $(DIST_FILES_PLATFORM) $(srcdir)/doc
print-executables:
@echo $(if $(DIST_EXECUTABLES),$(DIST_EXECUTABLES),$(EXECUTABLE) $(PLUGINS))