diff options
Diffstat (limited to 'Master/tlpkg/doc')
-rw-r--r-- | Master/tlpkg/doc/repository-setup.txt | 10 |
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. |