From 69f90ba321ca1bf1387cfdd83993009129db5129 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Wed, 27 Oct 2021 17:35:39 +0300 Subject: Use legal{} target type for legal documentation (COPYING, etc) --- libcmark-gfm/buildfile | 2 +- libcmark-gfm/manifest | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'libcmark-gfm') diff --git a/libcmark-gfm/buildfile b/libcmark-gfm/buildfile index fbbaab8..3cfefaf 100644 --- a/libcmark-gfm/buildfile +++ b/libcmark-gfm/buildfile @@ -1,7 +1,7 @@ # file : buildfile # license : BSD 2-Clause "Simplified" License; see accompanying COPYING file -./: {*/ -build/} doc{COPYING INSTALL README} manifest +./: {*/ -build/} doc{INSTALL README} legal{COPYING} manifest # Don't install tests or the INSTALL file. # diff --git a/libcmark-gfm/manifest b/libcmark-gfm/manifest index 538bfa8..e8f958e 100644 --- a/libcmark-gfm/manifest +++ b/libcmark-gfm/manifest @@ -19,5 +19,5 @@ email: packaging@build2.org ; Report issues at https://github.com/github/cmark-g package-email: packaging@build2.org ; Mailing list. build-warning-email: builds@build2.org builds: all -depends: * build2 >= 0.12.0 -depends: * bpkg >= 0.12.0 +depends: * build2 >= 0.13.0 +depends: * bpkg >= 0.13.0 -- cgit v1.1