From b8b2758db958c83da1704bb302963978c0d823ca Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Tue, 26 Oct 2021 14:24:52 +0300 Subject: Use legal{} target type for legal documentation (COPYRIGHT, etc) --- TODO | 4 +--- libpq/buildfile | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/TODO b/TODO index 7f10a42..fbf5c47 100644 --- a/TODO +++ b/TODO @@ -5,6 +5,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/libpq/buildfile b/libpq/buildfile index 51ee818..c1d9e0e 100644 --- a/libpq/buildfile +++ b/libpq/buildfile @@ -1,7 +1,7 @@ # file : buildfile # license : PostgreSQL License; see accompanying COPYRIGHT file -./: {*/ -build/} doc{COPYRIGHT INSTALL README} manifest +./: {*/ -build/} doc{INSTALL README} legal{COPYRIGHT} manifest # Don't install tests or the INSTALL file. # -- cgit v1.1