summaryrefslogtreecommitdiff
path: root/Master/tlpkg/doc
diff options
context:
space:
mode:
authorNorbert Preining <preining@logic.at>2009-08-12 22:35:04 +0000
committerNorbert Preining <preining@logic.at>2009-08-12 22:35:04 +0000
commitfc8eb9303d12aeddf2e414971941c29ae88baf04 (patch)
tree791eff3c68d037aef845d9a91fbe0039a93a756f /Master/tlpkg/doc
parent4065c83d560e2675c0a32802e984c50a2fc5ca8d (diff)
add several features to tl-update-tlpdb via cmd lines:
. use command line arguments as tlpsrc . disable revision check . output file name remove tlpsrc2tlpdb in favor of tl-update-tlpdb update repository-setup.txt for usage with tl-update-tlpdb git-svn-id: svn://tug.org/texlive/trunk@14630 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/doc')
-rw-r--r--Master/tlpkg/doc/repository-setup.txt10
1 files changed, 5 insertions, 5 deletions
diff --git a/Master/tlpkg/doc/repository-setup.txt b/Master/tlpkg/doc/repository-setup.txt
index 46195fc199d..d3b5f9b005b 100644
--- a/Master/tlpkg/doc/repository-setup.txt
+++ b/Master/tlpkg/doc/repository-setup.txt
@@ -152,19 +152,19 @@ the TLPSRC.pm documentation (and don't forget to copy
---------------------------------
If you have set up all your local files, and the tlpsrc files, you can
create the TeX Live Database in ROOT/tlpkg/texlive.tlpdb by calling
- perl ROOT/tlpkg/bin/tlpsrc2tlpdb -from-files -all
+ perl ROOT/tlpkg/bin/tl-update-tlpdb -from-files
The -from-files does use a find command to find all the files in ROOT
-instead of using "svn status" what is done normally. The -all makes
-tlpsrc2tlpdb work on all tlpsrc files present in ROOT/tlpkg/tlpsrc/.
+instead of using "svn status" what is done normally. By default
+tl-update-tlpdb uses all tlpsrc files present in ROOT/tlpkg/tlpsrc/.
Presumably this won't be very many files. But if you like, you can
-specify individual package names instead of -all.
+specify individual package names together with -tlpsrc-from-cmdline.
You can add the option
-with-win-pattern-warning
which will warn on missing files for Windows; some of those warnings are
by default suppressed.
-As usual, please read the documentation of tlpsrc2tlpdb (again in POD)
+As usual, please read the documentation of tl-update-tlpdb (again in POD)
for further information.
That process will probably show you some warnings; read them carefully.