diff options
author | Paweł Kołodziejski | 2006-12-07 11:31:53 +0000 |
---|---|---|
committer | Paweł Kołodziejski | 2006-12-07 11:31:53 +0000 |
commit | c4a9ac221c4dd4590440cd584b250579997c41c8 (patch) | |
tree | 2200437b95ad754ff91bc679442fc6d6c973e39d | |
parent | 6fd07f64d4ca02905e68d2772b64e812ed6e2bd3 (diff) | |
download | scummvm-rg350-c4a9ac221c4dd4590440cd584b250579997c41c8.tar.gz scummvm-rg350-c4a9ac221c4dd4590440cd584b250579997c41c8.tar.bz2 scummvm-rg350-c4a9ac221c4dd4590440cd584b250579997c41c8.zip |
some files in the dist list are not any longer in root dir
svn-id: r24815
-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 |