diff options
author | Allan McRae <allan@archlinux.org> | 2018-06-19 20:44:14 +1000 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2018-06-19 20:44:14 +1000 |
commit | 4fe9adf418467505884dcc6e9a6ae9239c06c5f8 (patch) | |
tree | e4dafa7fbd063aa8a5309096ebd5d509b9a281e5 /doc | |
parent | 0d6e82d3748653a2b61ea34b940011ef97350768 (diff) | |
download | pacman-4fe9adf418467505884dcc6e9a6ae9239c06c5f8.tar.xz |
PKGBUILD(5): Remove reference to ChangeLog prototype inclusion
We do not distribute a ChangeLog prototype, so should not reference
it in the man page.
Signed-off-by: Allan McRae <allan@archlinux.org>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/PKGBUILD.5.asciidoc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/PKGBUILD.5.asciidoc b/doc/PKGBUILD.5.asciidoc index c57038c2..f12effde 100644 --- a/doc/PKGBUILD.5.asciidoc +++ b/doc/PKGBUILD.5.asciidoc @@ -18,9 +18,9 @@ PKGBUILD is written, the actual package is built using makepkg and installed with pacman. NOTE: An example PKGBUILD, useful for reference, is located in '{pkgdatadir}' -along with other example files such as a ChangeLog and an install -script. You can copy the provided PKGBUILD.proto file to a new package build -directory and make customizations to suit your needs. +along with other example files such as an install script. You can copy the +provided PKGBUILD.proto file to a new package build directory and make +customizations to suit your needs. Options and Directives |