PSP: Add README.PSP to the output of the print-dists rule
This commit is contained in:
parent
0170f396f5
commit
6360c7eb31
2 changed files with 2 additions and 1 deletions
2
Makefile
2
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))
|
||||
|
|
|
@ -4,6 +4,7 @@ PSP_EBOOT_SFO = param.sfo
|
|||
PSP_EBOOT_TITLE = ScummVM-PSP
|
||||
DATE = $(shell date +%Y%m%d)
|
||||
DIST_EXECUTABLES=$(PSP_EBOOT) $(PLUGINS)
|
||||
DIST_FILES_PLATFORM=$(srcdir)/backends/platform/psp/README.PSP
|
||||
|
||||
MKSFO = mksfoex -d MEMSIZE=1
|
||||
PACK_PBP = pack-pbp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue