summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--TODO4
-rw-r--r--libz/buildfile2
-rw-r--r--libz/manifest2
3 files changed, 3 insertions, 5 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/libz/buildfile b/libz/buildfile
index a8a0d4a..e5850dd 100644
--- a/libz/buildfile
+++ b/libz/buildfile
@@ -1,7 +1,7 @@
# file : buildfile
# license : zlib License; see accompanying LICENSE file
-./: {*/ -build/} doc{LICENSE INSTALL README} manifest
+./: {*/ -build/} doc{INSTALL README} legal{LICENSE} manifest
# Don't install tests or the INSTALL file.
#
diff --git a/libz/manifest b/libz/manifest
index 3fa554c..f0647ed 100644
--- a/libz/manifest
+++ b/libz/manifest
@@ -1,6 +1,6 @@
: 1
name: libz
-version: 1.2.1200
+version: 1.2.1200+1
upstream-version: 1.2.12
project: zlib
summary: General-purpose lossless data compression C library