diff options
author | Norbert Preining <preining@logic.at> | 2007-11-12 15:17:48 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2007-11-12 15:17:48 +0000 |
commit | 898e6800b1731128534e7ee8e1b54e836d425b62 (patch) | |
tree | 6fd6f30692a8cae1fec2a92c8f1ea1c61f61151d /Master/tlpkg/man | |
parent | c9f9a5d52d853d226984e92cdc88ebf4773935bb (diff) |
call it make_container, not make_zip
git-svn-id: svn://tug.org/texlive/trunk@5411 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/man')
-rw-r--r-- | Master/tlpkg/man/TeXLive-TLPOBJ.1 | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/Master/tlpkg/man/TeXLive-TLPOBJ.1 b/Master/tlpkg/man/TeXLive-TLPOBJ.1 index df21ce1e566..b2ec946fc5c 100644 --- a/Master/tlpkg/man/TeXLive-TLPOBJ.1 +++ b/Master/tlpkg/man/TeXLive-TLPOBJ.1 @@ -128,8 +128,8 @@ .rm #[ #] #H #V #F C .\" ======================================================================== .\" -.IX Title "TLPOBJ 3" -.TH TLPOBJ 3 "2007-11-12" "perl v5.8.8" "User Contributed Perl Documentation" +.IX Title "TeXLive::TLPOBJ 3" +.TH TeXLive::TLPOBJ 3 "2007-11-12" "perl v5.8.8" "User Contributed Perl Documentation" .SH "NAME" \&\f(CW\*(C`TeXLive::TLPOBJ\*(C'\fR \-\- TeX Live Package Object access module .SH "SYNOPSIS" @@ -225,11 +225,11 @@ with \f(CW\*(C`|\*(C'\fR characters inserted to show the indentation: .Ve .SH "PACKAGE VARIABLES" .IX Header "PACKAGE VARIABLES" -TeXLive::TLPOBJ has one package wide variable which is \f(CW\*(C`zipdir\*(C'\fR where -generated zip files are saved (if not otherwise specified. +TeXLive::TLPOBJ has one package wide variable which is \f(CW\*(C`containerdir\*(C'\fR where +generated container files are saved (if not otherwise specified. .PP .Vb 1 -\& TeXLive::TLPOBJ\->zipdir("path/to/zip/dir"); +\& TeXLive::TLPOBJ\->containerdir("path/to/container/dir"); .Ve .SH "MEMBER ACCESS FUNCTIONS" .IX Header "MEMBER ACCESS FUNCTIONS" @@ -317,28 +317,28 @@ or the filehandle if given: .el .IP "\f(CWwriteout_simple\fR" 4 .IX Item "writeout_simple" debugging function for comparison with \f(CW\*(C`tpm\*(C'\fR/\f(CW\*(C`tlps\*(C'\fR, will go away. -.ie n .IP """make_zip($type,$instroot[, $destdir[, $zipname]])""" 4 -.el .IP "\f(CWmake_zip($type,$instroot[, $destdir[, $zipname]])\fR" 4 -.IX Item "make_zip($type,$instroot[, $destdir[, $zipname]])" +.ie n .IP """make_container($type,$instroot[, $destdir[, $containername]])""" 4 +.el .IP "\f(CWmake_container($type,$instroot[, $destdir[, $containername]])\fR" 4 +.IX Item "make_container($type,$instroot[, $destdir[, $containername]])" creates a container file of the arch \fBindependent\fR files in the \f(CW\*(C`TLPOBJ\*(C'\fR -in \f(CW$destdir\fR (if not defined then \f(CW\*(C`TLPOBJ\->zipdir\*(C'\fR is used). +in \f(CW$destdir\fR (if not defined then \f(CW\*(C`TLPOBJ\->containerdir\*(C'\fR is used). .Sp The \f(CW$type\fR variable specifies the type of container to be used. Currently only \f(CW\*(C`zip\*(C'\fR or \f(CW\*(C`lzma\*(C'\fR are allowed, and are generating zip files and tar.lzma files, respectively. .Sp -The file name of the created container file is \f(CW\*(C`$zipname.extension\*(C'\fR, +The file name of the created container file is \f(CW\*(C`$containername.extension\*(C'\fR, where extension is either \f(CW\*(C`.zip\*(C'\fR or \f(CW\*(C`.tar.lzma\*(C'\fR, depending on the -setting of \f(CW$type\fR. If no \f(CW$zipname\fR is specified the package name +setting of \f(CW$type\fR. If no \f(CW$containername\fR is specified the package name is used. .Sp If the package contains \f(CW"binfiles"\fR, then container files for all archs containing \fBonly\fR the binfiles are created, and -those container files name is \f(CW\*(C`$zipname.$arch.$extension\*(C'\fR +those container files name is \f(CW\*(C`$containername.$arch.$extension\*(C'\fR .Sp -All the arch independent zip files \fBalso\fR contain the respective -\&\f(CW\*(C`TLPOBJ\*(C'\fR file in \f(CW\*(C`tlpkg/tlpobj/$name.tlpobj\*(C'\fR so \f(CW\*(C`$zipname.$extension\*(C'\fR does -contain this tlpobj file, while \f(CW\*(C`$zipname.$arch.$extension\*(C'\fR does \s-1NOT\s0. +All the arch independent container files \fBalso\fR contain the respective +\&\f(CW\*(C`TLPOBJ\*(C'\fR file in \f(CW\*(C`tlpkg/tlpobj/$name.tlpobj\*(C'\fR so \f(CW\*(C`$containername.$extension\*(C'\fR does +contain this tlpobj file, while \f(CW\*(C`$containername.$arch.$extension\*(C'\fR does \s-1NOT\s0. .Sp The argument \f(CW$instroot\fR specifies the root of the installation from which the files should be taken. |