summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.
#