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) --- TODO | 4 +--- libcmark-gfm-extensions/buildfile | 2 +- libcmark-gfm-extensions/manifest | 4 ++-- libcmark-gfm/buildfile | 2 +- libcmark-gfm/manifest | 4 ++-- 5 files changed, 7 insertions(+), 9 deletions(-) diff --git a/TODO b/TODO index da80960..964ab3c 100644 --- a/TODO +++ b/TODO @@ -2,6 +2,4 @@ On the revision: On the release: -- Use legal{} target type for legal documentation (LICENSE, AUTHORS, etc). - - Note that this requires bumping build2 version requirement to 0.13.0. + Note that this requires bumping build2 version requirement to 0.15.0. diff --git a/libcmark-gfm-extensions/buildfile b/libcmark-gfm-extensions/buildfile index fbbaab8..3cfefaf 100644 --- a/libcmark-gfm-extensions/buildfile +++ b/libcmark-gfm-extensions/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-extensions/manifest b/libcmark-gfm-extensions/manifest index 00b475e..dbc80a3 100644 --- a/libcmark-gfm-extensions/manifest +++ b/libcmark-gfm-extensions/manifest @@ -19,6 +19,6 @@ 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 depends: 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