diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/cpt.org | 3 | ||||
| -rw-r--r-- | docs/cpt.texi | 4 | 
2 files changed, 5 insertions, 2 deletions
| diff --git a/docs/cpt.org b/docs/cpt.org index 9107604..3949cea 100644 --- a/docs/cpt.org +++ b/docs/cpt.org @@ -482,6 +482,9 @@ the following =depends= file:  #+END_EXAMPLE  ** meta +:PROPERTIES: +:DESCRIPTION: File containing more information on packages +:END:  =meta= is a non-mandatory package file that can be used to provide information  otherwise non-relevant to the functions of the package manager. This file can diff --git a/docs/cpt.texi b/docs/cpt.texi index a25b622..c39b393 100644 --- a/docs/cpt.texi +++ b/docs/cpt.texi @@ -77,7 +77,7 @@ Packaging System  * checksums::                    The file containing sha256sum of the sources  * version::                      The file containing the version and the release numbers of a package  * depends::                      The file containing the dependencies of a package -* meta:: +* meta::                         File containing more information on packages  * post-install::                 The post-installation script  * message::                      The post-installation message to be displayed  * test::                         The test script for a package @@ -520,7 +520,7 @@ can be patches, configuration files, etc.  * checksums::                    The file containing sha256sum of the sources  * version::                      The file containing the version and the release numbers of a package  * depends::                      The file containing the dependencies of a package -* meta:: +* meta::                         File containing more information on packages  * post-install::                 The post-installation script  * message::                      The post-installation message to be displayed  * test::                         The test script for a package | 
