summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2021-10-26 14:24:52 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2021-10-27 10:46:38 +0300
commitb8b2758db958c83da1704bb302963978c0d823ca (patch)
treeda0a66a2f55923f4c25427b72bacc45bfd96276e
parent1e08c25f73d38b10679f1bc84861ffb498884cef (diff)
Use legal{} target type for legal documentation (COPYRIGHT, etc)
-rw-r--r--TODO4
-rw-r--r--libpq/buildfile2
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.
#