diff options
| -rw-r--r-- | Makefile.common | 5 | 
1 files changed, 1 insertions, 4 deletions
| diff --git a/Makefile.common b/Makefile.common index 8c11a0c700..fc27ae6378 100644 --- a/Makefile.common +++ b/Makefile.common @@ -15,10 +15,7 @@ all: $(EXECUTABLE) plugins  # Files that are to be included in the archive built by "make dist"  DISTFILES := \  	Makefile Makefile.common \ -	AUTHORS NEWS README COPYING scummvm.6 Info.plist \ -	scumm.dsp  scummvm.dsp scummvm.dsw scummvm.icns scummvm.ico \ -	scummvm.proj scummvm.rc scummvm.spec scummvm.xpm simon.dsp sky.dsp \ -	scummvm.vcproj scumm.vcproj simon.vcproj sky.vcproj scummvm.sln +	AUTHORS NEWS README COPYING  # The dist file name  ZIPFILE := scummvm-`date '+%Y-%m-%d'`.zip | 
