Mercurial > hg > octave-nkf
comparison scripts/pkg/pkg.m @ 9079:4d610aba7347
Cleanup documentation for system.texi, package.texi
author | Rik <rdrider0-list@yahoo.com> |
---|---|
date | Thu, 02 Apr 2009 14:12:25 -0700 |
parents | 1bf0ce0930be |
children | 5247e89688e1 |
comparison
equal
deleted
inserted
replaced
9078:e92591954ea2 | 9079:4d610aba7347 |
---|---|
169 ## @end example | 169 ## @end example |
170 ## @item rebuild | 170 ## @item rebuild |
171 ## Rebuilds the package database from the installed directories. This can | 171 ## Rebuilds the package database from the installed directories. This can |
172 ## be used in cases where for some reason the package database is corrupted. | 172 ## be used in cases where for some reason the package database is corrupted. |
173 ## It can also take the @code{-auto} and @code{-noauto} options to allow the | 173 ## It can also take the @code{-auto} and @code{-noauto} options to allow the |
174 ## autolaoding state of a package to be changed. For example | 174 ## autoloading state of a package to be changed. For example |
175 ## | 175 ## |
176 ## @example | 176 ## @example |
177 ## pkg rebuild -noauto image | 177 ## pkg rebuild -noauto image |
178 ## @end example | 178 ## @end example |
179 ## | 179 ## |
186 ## @example | 186 ## @example |
187 ## pkg build builddir image-1.0.0.tar.gz @dots{} | 187 ## pkg build builddir image-1.0.0.tar.gz @dots{} |
188 ## @end example | 188 ## @end example |
189 ## | 189 ## |
190 ## @noindent | 190 ## @noindent |
191 ## where @code{buiddir} is the name of a directory where the temporary | 191 ## where @code{builddir} is the name of a directory where the temporary |
192 ## installation will be produced and the binary packages will be found. | 192 ## installation will be produced and the binary packages will be found. |
193 ## The options @code{-verbose} and @code{-nodeps} are respected, while | 193 ## The options @code{-verbose} and @code{-nodeps} are respected, while |
194 ## the other options are ignored. | 194 ## the other options are ignored. |
195 ## @end table | 195 ## @end table |
196 ## @end deftypefn | 196 ## @end deftypefn |