summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-07-19 22:41:08 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-07-19 22:41:08 +0000
commit0834ae3005f2e715054a430387c8a77e42b6019a (patch)
tree1ced26c35e3f02d48fb16a68b1a9f0e924c1797b /DOCS
parent5e7724d02ebe456fee9aecb6e2012f5fa056049b (diff)
downloadmpv-0834ae3005f2e715054a430387c8a77e42b6019a.tar.bz2
mpv-0834ae3005f2e715054a430387c8a77e42b6019a.tar.xz
typos pointed out by The Wanderer.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12851 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/tech/release-howto.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/DOCS/tech/release-howto.txt b/DOCS/tech/release-howto.txt
index c9c4218597..a49951c0dc 100644
--- a/DOCS/tech/release-howto.txt
+++ b/DOCS/tech/release-howto.txt
@@ -3,17 +3,17 @@ How to make an MPlayer release
preparations:
- Ask the DOCS maintainers to commit their final changes, check if
- all docs are up to date etc.
+ all docs are up to date, etc.
- Verify man page, remove obsolete options, mention new ones.
- Ask translation maintainers to update their help_mp*.h file.
-- update the ChangeLog file (according to CVS log), ask other developers
- to verify their parts etc. Ask Diego to spellcheck it.
+- Update the ChangeLog file (according to CVS log), ask other developers
+ to verify their parts, etc. Ask Diego to spellcheck it.
- Consult at -dev-eng about unstable parts of the code which should be
disabled for the release.
create the release tree:
- cvs checkout the mplayer src tree
-- if releasing from 'main', checkout libavcodec from FFmpeg CVS
+- if releasing from 'main', check out libavcodec from FFmpeg CVS
- remove the CVS subdirs:
find main -name CVS -exec rm -rf {} \;
- remove the .cvsignore files: