diff options
author | Jonathan Gray | 2002-11-12 15:27:47 +0000 |
---|---|---|
committer | Jonathan Gray | 2002-11-12 15:27:47 +0000 |
commit | 2ee08ee4696fe18c2b60f351b3adc43349429d0a (patch) | |
tree | b82aab0a42897f35604885b22f8e799857714202 | |
parent | 5d0c9aa33efbe216d28f7294cb87ef349ba5ca0f (diff) | |
download | scummvm-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.common | 2 | ||||
-rw-r--r-- | scummvm.6 | 2 | ||||
-rw-r--r-- | scummvm.spec | 2 |
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) @@ -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* |