summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2019-06-18 00:24:47 (EDT)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2019-06-18 00:24:47 (EDT)
commitadb164e66c139e40d0904aeab48c844b6a4fa58d (patch)
treea659c0d4c3d36f9c2b356225beee96cfeb5ed88d
parent6a2c7b3a9d5d8ec34af9f1e844f9af867eb8233a (diff)
man/local.mk: Rename manual
-rw-r--r--NEWS5
-rw-r--r--man/local.mk2
2 files changed, 6 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index c4a3d1b..da67ef1 100644
--- a/NEWS
+++ b/NEWS
@@ -41,6 +41,11 @@ Build system:
* configure now checks for fakeroot and touch (preferably with the
"-h" option).
+Documentation:
+
+ * The manual is now called "OPK Build System" instead of the ambiguous
+ "Distribution Build System".
+
[1]: https://reproducible-builds.org/specs/source-date-epoch/
opkbuild version 4.0.2
diff --git a/man/local.mk b/man/local.mk
index 7a47bdb..c04b83a 100644
--- a/man/local.mk
+++ b/man/local.mk
@@ -15,7 +15,7 @@
# You should have received a copy of the GNU General Public License
# along with opkbuild. If not, see <http://www.gnu.org/licenses/>.
-MANUAL = Distribution Build System
+MANUAL = OPK Build System
man1_sources = \
%reldir%/opkbuild.1in \