aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Gray2002-11-12 15:27:47 +0000
committerJonathan Gray2002-11-12 15:27:47 +0000
commit2ee08ee4696fe18c2b60f351b3adc43349429d0a (patch)
treeb82aab0a42897f35604885b22f8e799857714202
parent5d0c9aa33efbe216d28f7294cb87ef349ba5ca0f (diff)
downloadscummvm-rg350-2ee08ee4696fe18c2b60f351b3adc43349429d0a.tar.gz
scummvm-rg350-2ee08ee4696fe18c2b60f351b3adc43349429d0a.tar.bz2
scummvm-rg350-2ee08ee4696fe18c2b60f351b3adc43349429d0a.zip
more readme.txt replacements, todo: update manpage and spec file with 0.3.0 info
svn-id: r5521
-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*