From 6360c7eb318211b2603f759bde2c74dbc58ab831 Mon Sep 17 00:00:00 2001 From: Cameron Cawley Date: Thu, 15 Nov 2018 18:25:30 +0000 Subject: PSP: Add README.PSP to the output of the print-dists rule --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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)) -- cgit v1.2.3