diff options
author | Jason St. John <jstjohn@purdue.edu> | 2014-02-02 03:28:09 +0100 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2014-02-02 07:12:27 +0100 |
commit | 6268e66efaae690ea7df1a8b84913fdf8528874c (patch) | |
tree | 6f6b084fea0174f9fb64445034ee082def4d1bab /doc | |
parent | ccabeafb3d489dfe285626b2fc2f7d2024d7aa7f (diff) | |
download | pacman-6268e66efaae690ea7df1a8b84913fdf8528874c.tar.gz pacman-6268e66efaae690ea7df1a8b84913fdf8528874c.tar.xz |
Remove ChangeLog.proto and move important info to PKGBUILD(5)
The change log prototype should be distribution determined.
Signed-off-by: Jason St. John <jstjohn@purdue.edu>
Signed-off-by: Allan McRae <allan@archlinux.org>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/PKGBUILD.5.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/PKGBUILD.5.txt b/doc/PKGBUILD.5.txt index eeb56966..50d8347c 100644 --- a/doc/PKGBUILD.5.txt +++ b/doc/PKGBUILD.5.txt @@ -102,6 +102,7 @@ below). *changelog*:: Specifies a changelog file that is to be included in the package. + The changelog file should end in a single newline. This file should reside in the same directory as the PKGBUILD and will be copied into the package by makepkg. It does not need to be included in the source array (e.g., `changelog=$pkgname.changelog`). |