diff options
author | Karl Berry <karl@freefriends.org> | 2013-04-08 00:43:40 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2013-04-08 00:43:40 +0000 |
commit | 824f7b0903de8ad7f6ee3d7656005e4c59155e06 (patch) | |
tree | abfc8673ef9916f3ab7074e811207384c301492b /Master/texmf-dist/doc/man/man1/mtx-update.1 | |
parent | 689aefb0727676ed3cddf331337b4be226495e72 (diff) |
context import for TL13, from www.pragma-ade.com/context/beta/cont-tmf.zip
git-svn-id: svn://tug.org/texlive/trunk@29731 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/man/man1/mtx-update.1')
-rw-r--r-- | Master/texmf-dist/doc/man/man1/mtx-update.1 | 78 |
1 files changed, 78 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/man/man1/mtx-update.1 b/Master/texmf-dist/doc/man/man1/mtx-update.1 new file mode 100644 index 00000000000..72e7ce1b5ae --- /dev/null +++ b/Master/texmf-dist/doc/man/man1/mtx-update.1 @@ -0,0 +1,78 @@ +.TH "mtx-update" "1" "01-01-2013" "version 0.31" "ConTeXt Minimals Updater" +.SH NAME +.B mtx-update +.SH SYNOPSIS +.B mtxrun --script update [ +.I OPTIONS ... +.B ] [ +.I FILENAMES +.B ] +.SH DESCRIPTION +.B ConTeXt Minimals Updater +.SH OPTIONS +.TP +.B --platform=string +platform (windows, linux, linux-64, osx-intel, osx-ppc, linux-ppc) +.TP +.B --server=string +repository url (rsync://contextgarden.net) +.TP +.B --module=string +repository url (minimals) +.TP +.B --repository=string +specify version (current, experimental) +.TP +.B --context=string +specify version (current, latest, beta, yyyy.mm.dd) +.TP +.B --rsync=string +rsync binary (rsync) +.TP +.B --texroot=string +installation directory (not guessed for the moment) +.TP +.B --engine=string +tex engine (luatex, pdftex, xetex) +.TP +.B --modules=string +extra modules (can be list or 'all') +.TP +.B --fonts=string +additional fonts (can be list or 'all') +.TP +.B --goodies=string +extra binaries (like scite and texworks) +.TP +.B --force +instead of a dryrun, do the real thing +.TP +.B --update +update minimal tree +.TP +.B --make +also make formats and generate file databases +.TP +.B --keep +don't delete unused or obsolete files +.TP +.B --state +update tree using saved state +.TP +.B --cygwin +adapt drive specs to cygwin +.TP +.B --mingw +assume mingw binaries being used +.SH AUTHOR +More information about ConTeXt and the tools that come with it can be found at: + + +.B "maillist:" +ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context + +.B "webpage:" +http://www.pragma-ade.nl / http://tex.aanhet.net + +.B "wiki:" +http://contextgarden.net |