aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.common2
-rw-r--r--scummvm.62
-rw-r--r--scummvm.spec2
3 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.common b/Makefile.common
index 4908c32a09..b17140a930 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -84,7 +84,7 @@ SOUND_OBJS = sound/fmopl.o sound/mididrv.o sound/mixer.o
OBJS += $(COMMON_OBJS) $(GUI_OBJS) scumm/libscumm.a simon/libsimon.a $(SOUND_OBJS)
DISTFILES=$(OBJS:.o=.cpp) Makefile scumm.h scummsys.h stdafx.h stdafx.cpp \
- debugrl.h whatsnew.txt readme.txt copying.txt \
+ debugrl.h NEWS README COPYING \
scummvm.dsp scummvm.dsw sound/fmopl.h gui.h sound.h
all: scummvm$(EXEEXT)
diff --git a/scummvm.6 b/scummvm.6
index a45f8c3122..d1284b8838 100644
--- a/scummvm.6
+++ b/scummvm.6
@@ -89,7 +89,7 @@ Runs in full-screen mode.
.BI \-p <path>
Set a different path to search for game data
.TP
-More options are available, see the readme.txt file for more information.
+More options are available, see the README file for more information.
.TP
.SH RUNNING THE PROGRAM
While the game is running, the following keys can be used (in addition to any
diff --git a/scummvm.spec b/scummvm.spec
index cb829a1623..79d3f7f8e7 100644
--- a/scummvm.spec
+++ b/scummvm.spec
@@ -48,7 +48,7 @@ rm -Rf %{buildroot}
#------------------------------------------------------------------------------
%files
%defattr(0644,root,root,0755)
-%doc readme.txt whatsnew.txt copying.txt scummvm.xpm
+%doc README NEWS COPYING scummvm.xpm
%attr(0755,root,root)%{_bindir}/scummvm
%{_mandir}/man6/scummvm.6*